what is the difference between %d and %*d in c languaga?
Answer Posted / manini
according to me the ques has no meaning.
| Is This Answer Correct ? | 2 Yes | 22 No |
Post New Answer View All Answers
What is calloc malloc realloc in c?
Differentiate between the expression “++a” and “a++”?
When the macros gets expanded?
What is putchar() function?
What is dynamic memory allocation?
What is boolean in c?
Can you return null in c?
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
How is a structure member accessed?
how to count no of words,characters,lines in a paragraph.
What is main () in c language?
What are file streams?
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
What is the most efficient way to count the number of bits which are set in an integer?
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?