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
What is c++ used for today?
What is the difference between static and global variables?
There are 8 billiard balls, and one of them is slightly heavier, but the only way to tell was by putting it on a weighing scale against another. What's the fewest number of times you'd have to use the scale to find the heavier ball?
Can we change the value of static variable in c?
what is use of malloc and calloc?
Explain what are the different file extensions involved when programming in c?
what is the diff b/w static and non static variables in C. Give some examples plz.
Write any data structure program (stack implementation)
The statement, int(*x[]) () what does in indicate?
how many keywords are available in 'c' language a) 32 b) 34 c) 45 d) 48
What do you understand by friend-functions? How are they used?
C program to find frequency of each character in a text file?