which of the following is not a character constant

a) 'thank you'

b) 'enter values of p, n ,r'

c) '23.56E-o3'

d) all of the above



which of the following is not a character constant a) 'thank you' b) 'enter val..

Answer / Iqbal Hasan

b) 'enter values of p, n ,r'

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

what is C?

9 Answers   Syntel,


Give the output for the following program. #define STYLE1 char main() { typedef char STYLE2; STYLE1 x; STYLE2 y; clrscr(); x=255; y=255; printf("%d %d\n",x,y); }

2 Answers   ADITI,


what is printf

5 Answers   MVSR, Satyam,


What is a header file?

1 Answers  


main() { printf("hello"); fork(); }

1 Answers   Wilco,


What is use of #include in c?

1 Answers  


In which area global, external variables are stored?

3 Answers  


Where are c variables stored in memory?

1 Answers  


What are comments and how do you insert it in a C program?

1 Answers  


Compare interpreters and compilers.

1 Answers  


What is void c?

1 Answers  


What is the most efficient way to store flag values?

1 Answers  


Categories