main()
{
int i=400,j=300;
printf("%d..%d");
}
Answer Posted / ifti/amir/shah
300..400
i.e second no and the first...........
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Explain what does it mean when a pointer is used in an if statement?
What are the advantages of c language?
Explain bitwise shift operators?
How to write a code for reverse of string without using string functions?
What is a program flowchart?
What is a scope resolution operator in c?
What are local static variables? How can you use them?
If errno contains a nonzero number, is there an error?
What is difference between structure and union in c programming?
What is a example of a variable?
What is the general form of a C program?
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
What are the data types present in c?
What is exit() function?
Is calloc better than malloc?