write a program that will print %d in the output screen??

Answer Posted / mizanur

int main()
{
printf("%%d");

return 0;
}

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a macro in c preprocessor?

614


What is 2c dna?

587


What is the difference between ā€˜gā€™ and ā€œgā€ in C?

2480


write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list

2219


Explain the difference between malloc() and calloc() in c?

563






What does void main return?

590


Why do we use int main instead of void main in c?

597


Is c pass by value or reference?

580


what is the diffrenet bettwen HTTP and internet protocol

1377


Can a pointer be static?

603


What is the purpose of type declarations?

665


What does double pointer mean in c?

563


What does == mean in texting?

648


Differentiate between a structure and a union.

746


Explain the meaning of keyword 'extern' in a function declaration.

703