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
What is a scope resolution operator in c?
Explain the concept and use of type void.
Difference between goto, long jmp() and setjmp()?
Write a program to implement queue.
What is the purpose of sprintf() function?
How are variables declared in c?
write a program to display all prime numbers
about c language
Explain how can I prevent another program from modifying part of a file that I am modifying?
How do you redirect a standard stream?
What is the purpose of void in c?
How to declare a variable?
What is null in c?
can anyone please tell about the nested interrupts?
What is local and global variable in c?