write a program that will print %d in the output screen??
Answer Posted / furquan
int main()
{
printf("%%d");
return 0;
}
| Is This Answer Correct ? | 96 Yes | 7 No |
Post New Answer View All Answers
Explain Function Pointer?
What is double pointer?
Compare and contrast compilers from interpreters.
Explain how can I right-justify a string?
How do I get an accurate error status return from system on ms-dos?
Explain what are its uses in c programming?
What do you mean by dynamic memory allocation in c? What functions are used?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
p*=(++q)++*--p when p=q=1 while(q<=6)
Which type of language is c?
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
Difference between strcpy() and memcpy() function?
What is use of pointer?
What are the 5 elements of structure?
Explain 'bus error'?