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
Is there a way to compare two structure variables?
What is c language & why it is used?
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
Find MAXIMUM of three distinct integers using a single C statement
What tq means in chat?
How can I make sure that my program is the only one accessing a file?
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
What does the && operator do in a program code?
How are pointers declared in c?
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
Explain what is the concatenation operator?
What is the size of structure pointer in c?
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
Why is c used in embedded systems?