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 c language used for?
What is const keyword in c?
Explain what are the different data types in c?
What are pointers? What are different types of pointers?
What does a function declared as pascal do differently?
Differentiate between the expression “++a” and “a++”?
What is #include stdio h and #include conio h?
Which is an example of a structural homology?
What are the advantages of union?
What is #include stdio h?
Explain how can type-insensitive macros be created?
Implement bit Array in C.
What is calloc()?
Is it possible to pass an entire structure to functions?
How can I call fortran?