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


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

CopyBits(x,p,n,y) copy n LSBs from y to x starting LSB at 'p'th position.

9 Answers   Adobe,


Efficient data structure for store/search list of 1000 records a)array b)double linked list c)circular queue d)hash table

3 Answers   Value Labs,


What is FIFO?

0 Answers  


1) int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain the explain the output

2 Answers  


What is pointer and structure in c?

0 Answers  






Write a program to print distinct words in an input along with their count in input in decreasing order of their count..

1 Answers  


How to reverse alternate words in a given line of string For Eg: my name is narasimha output : my eman is ahmisaran

0 Answers  


What ios diff. Between %e & %f?

3 Answers   Honeywell,


how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12

0 Answers  


How do we make a global variable accessible across files? Explain the extern keyword?

0 Answers  


Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.

7 Answers   Accenture, Gridco, IBM, Kevin IT, TCS, Vimukti Technologies,


Expand the following LKB BKL FFG

0 Answers  


Categories