The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
No Answer is Posted For this Question
Be the First to Post Answer
What is call by reference in functions?
wat is the difference between a definition and declaration? float y;---it looks like a declaration..but it s a definition.how?someone explain
Is it possible to pass an entire structure to functions?
what is the output of the following program? #include<stdio.h> void main() { int x=4,y=3,z; z=x-- -y; printf("\n%d %d %d",x,y,z); }
how to find the largest element of array without using relational operater?
How to write a multi-statement macro?
What is sizeof return in c?
What is operator precedence?
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
swap two integer variables without using a third temporary variable?
what is difference between ++(*p) and (*p)++
17 Answers Accenture, HCL, IBM,
How many bytes is a struct in c?