Answer Posted / nitin garg
printf("%%d");
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is default value of global variable in c?
Is there any data type in c with variable size?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
Multiply an Integer Number by 2 Without Using Multiplication Operator
What does node * mean?
Is c language still used?
Describe static function with its usage?
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
What is the basic structure of c?
#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }
How can I run c program?
Why string is used in c?
Under what circumstances does a name clash occur?
What does c in a circle mean?
Where static variables are stored in memory in c?