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 |
What is stack in c?
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
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
What is the easiest sorting method to use?
Which is best book for data structures in c?
What is scope rule in c?
how to write a prog in c to convert decimal number into binary by using recursen function,
What's wrong with the call "fopen ("c:\newdir\file.dat", "r")"?
Give me basis knowledge of c , c++...
What is clrscr ()?
Explain function pointer with exapmles.