Answer Posted / satish
#include<stdio.h>
main(){
printf("%cd",37);// ASCII value of % = 37
}
| Is This Answer Correct ? | 14 Yes | 9 No |
Post New Answer View All Answers
Explain setjmp()?
What is extern keyword in c?
What do you understand by normalization of pointers?
Why we write conio h in c?
What is the purpose of the statement: strcat (S2, S1)?
How do I swap bytes?
What are c preprocessors?
Why isn't any of this standardized in c? Any real program has to do some of these things.
Difference between exit() and _exit() function?
Explain how can a program be made to print the name of a source file where an error occurs?
What is enumerated data type in c?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
What is c variable?