How to print %d in output

Answers were Sorted based on User's Feedback



How to print %d in output..

Answer / ramu gurram

printf("%%d");

Is This Answer Correct ?    38 Yes 5 No

How to print %d in output..

Answer / nitin garg

printf("%%d");

Is This Answer Correct ?    0 Yes 0 No

How to print %d in output..

Answer / murugesan kr

printf("\%d");

Is This Answer Correct ?    1 Yes 7 No

How to print %d in output..

Answer / chirag garg

printf("% \bd");

Is This Answer Correct ?    2 Yes 12 No

How to print %d in output..

Answer / yogesh rasal

printf("/%d")

Is This Answer Correct ?    1 Yes 16 No

How to print %d in output..

Answer / reddy

printf("%d");

Is This Answer Correct ?    11 Yes 30 No

Post New Answer

More C Interview Questions

Why void is used in c?

0 Answers  


What do you mean by keywords in c?

0 Answers  


What is extern variable in c with example?

0 Answers  


What is the use of typedef in c?

0 Answers  


What does %p mean?

0 Answers  






Do you know the use of fflush() function?

0 Answers  


How many levels of pointers have?

0 Answers  


What is memcpy() function?

0 Answers  


write a program to remove duplicate from an ordered char array? in c

2 Answers  


List some of the dynamic data structures in C?

0 Answers  


What is string in c language?

0 Answers  


What is the maximum length of an identifier?

0 Answers  


Categories