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

Explain what is gets() function?

0 Answers  


Write a program to identify if a given binary tree is balanced or not.

0 Answers   JPMorgan Chase,


send me the code of flow chart generator using C-programming language amd this code should calculate the time and space complexity of the given progran and able to generate flowchart according to the given program?

0 Answers   TCS,


What is the difference between ++a and a++?

0 Answers  


Which of the following operators is incorrect and why? ( >=, <=, <>, ==)

0 Answers  






what is c programming?

3 Answers   TCS,


What is nested structure in c?

0 Answers  


Write a program to print fibonacci series using recursion?

0 Answers  


int j =15,i; for (i=1; 1<5; ++i) {printf ("%d%d ",j,i); j = j-3; }

2 Answers  


Why isnt there a numbered, multi-level break statement to break out

0 Answers  


what is meant by c

9 Answers   INiTS,


write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]

7 Answers  


Categories