adspace
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
Answer Posted / Iqbal Hasan
b) 'enter values of p, n ,r'
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
develop algorithms to add polynomials (i) in one variable
write a program to find out prime number using sieve case?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
swap 2 numbers without using third variable?
What is pointers in c with example?
Is int a keyword in c?
i have a written test for microland please give me test pattern
Do you know the difference between malloc() and calloc() function?
What is the general form of a C program?
`write a program to display the recomended action depends on a color of trafic light using nested if statments
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
hi send me sample aptitude papers of cts?
How do you convert strings to numbers in C?
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
Explain the difference between null pointer and void pointer.