write a program that will print %d in the output screen??
Answer Posted / sachin tyagi
main()
{
printf("%d");
}
| Is This Answer Correct ? | 2 Yes | 59 No |
Post New Answer View All Answers
I have seen function declarations that look like this
How is a null pointer different from a dangling pointer?
How to declare pointer variables?
number of times a digit is present in a number
Which are low level languages?
What is declaration and definition in c?
What are the advantages of using Unions?
What is the difference between strcpy() and memcpy() function in c programming?
Is there any data type in c with variable size?
what is the format specifier for printing a pointer value?
What is a function in c?
Which is better oop or procedural?
What are pointers?
if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.
How is pointer initialized in c?