What does %c mean in c?



What does %c mean in c?..

Answer / Naipal Singh

"%c is a format specifier in C that is used to print or scan a single character.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

What is stack in c?

1 Answers  


What is the advantage of using #define to declare a constant?

1 Answers   Agilent, ZS Associates,


write a c program that if the given number is prime, and their rearrangement(permute) of that number is also prime. Ex: Input is "197" is prime Output: 791,917,179 is also prime. Please any one tell me tha code for that

3 Answers  


pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)

1 Answers   Huawei,


What is the easiest sorting method to use?

1 Answers  


Which is best book for data structures in c?

1 Answers  


What is scope rule in c?

1 Answers  


how to write a prog in c to convert decimal number into binary by using recursen function,

1 Answers  


What's wrong with the call "fopen ("c:\newdir\file.dat", "r")"?

1 Answers  


Give me basis knowledge of c , c++...

5 Answers  


What is clrscr ()?

1 Answers  


Explain function pointer with exapmles.

2 Answers  


Categories