Q. What is the output of the following code? Int main(void) { char name='P'; 'P'=10;return 0; } (Solved)
1. name will contain value 10
2. p will contain 10
3. syntax error
4. none of these
- c. syntax error
1. name will contain value 10
2. p will contain 10
3. syntax error
4. none of these