Q. What will be output if you will compile and execute the following c code?#include <stdio.h>#include <string.h>int main(){char c='\08';printf("%d",c); return 0;} (Solved)
1. 8
2. \8\
3. 9
4. compiler error
- d. compiler error
1. 8
2. \8\
3. 9
4. compiler error