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

how many errors in c explain deply

0 Answers  


How do I read the arrow keys? What about function keys?

0 Answers  


What is a volatile keyword in c?

0 Answers  


what is meant by flushll() in c programming?

1 Answers  


what is c?

4 Answers   IBM, TCS,


What's wrong with "char *p = malloc(10);" ?

4 Answers  


which operator having highest precedence? a.)+ b.)++ c.)= d.)%

4 Answers  


Write a program that accepts a string where multiple spaces are given in between the words. Print the string ignoring the multiple spaces. Example: Input: “ We Are Student “ Output: "We Are Student"

1 Answers  


What kind of sorting is this? SORT (k,n) 1.[Loop on I Index] repeat thru step2 for i=1,2,........n-1 2.[For each pass,get small value] min=i; repeat for j=i+1 to N do { if K[j]<k[min] min=j; } temp=K[i];K[i]=K[min];K[min]=temp; 3.[Sorted Values will be returned] A)Bubble Sort B)Quick Sort C)Selection Sort D)Merge Sort

3 Answers   Accenture,


Without Computer networks, Computers will be half the use. Comment.

0 Answers  


Why doesn't C support function overloading?

2 Answers  


What are the different types of data structures in c?

0 Answers  


Categories