What is the difference between single charater constant and string constant?


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

Post New Answer

More C Interview Questions

What is the use of getchar() function?

0 Answers  


why do some people write if(0 == x) instead of if(x == 0)?

0 Answers  


Is main is a keyword in c?

0 Answers  


Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.

0 Answers   Infosys,


What is bin sh c?

0 Answers  






How do I determine whether a character is numeric, alphabetic, and so on?

0 Answers  


Can you add pointers together? Why would you?

0 Answers  


What is pointer and structure in c?

0 Answers  


c program to print a name without using semicolon

9 Answers   TCS, Wipro,


What is file in c language?

0 Answers  


How can I convert integers to binary or hexadecimal?

2 Answers  


If errno contains a nonzero number, is there an error?

0 Answers  


Categories