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


Please Help Members By Posting Answers For Below Questions

What is the use of #define preprocessor in c?

607


What is the purpose of main() function?

648


Tell us something about keyword 'auto'.

655


Explain the difference between null pointer and void pointer.

657


What is a double c?

580






What are pointers in C? Give an example where to illustrate their significance.

737


What is the difference between void main and main in c?

611


Write a program to know whether the input number is an armstrong number.

660


What is a pragma?

660


What is the purpose of the statement: strcat (S2, S1)?

634


What is a #include preprocessor?

603


What are two dimensional arrays alternatively called as?

649


Which is the best website to learn c programming?

569


Tell me with an example the self-referential structure?

558


What is #include stdlib h?

607