write a program that will print %d in the output screen??
Answer Posted / mahendra vishwakarma
#include<stdio.h>
void main()
{
printf("%%d"); //this will print as %d output.
}
| Is This Answer Correct ? | 21 Yes | 0 No |
Post New Answer View All Answers
Define recursion in c.
What is assert and when would I use it?
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
What are the data types present in c?
Why is a semicolon (;) put at the end of every program statement?
What is meant by recursion?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
Tell me what are bitwise shift operators?
Can a file other than a .h file be included with #include?
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
What is the c language function prototype?
please send me the code for multiplying sparse matrix using c
Is javascript written in c?
Why can’t we compare structures?