How to print %d in output

Answer Posted / yogesh rasal

printf("/%d")

Is This Answer Correct ?    1 Yes 16 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do we declare variables in c?

583


Explain what’s a signal? Explain what do I use signals for?

619


How can I call a function with an argument list built up at run time?

651


A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(

1752


What is a newline escape sequence?

676






Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)

1874


What is the use of getchar functions?

692


Explain the difference between getch() and getche() in c?

573


What is the symbol indicated the c-preprocessor?

704


Distinguish between actual and formal arguments.

599


please send me the code for multiplying sparse matrix using c

1733


write a c program to calculate sum of digits till it reduces to a single digit using recursion

2733


An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode

615


What is string length in c?

622


Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record

4750