main()
{
int i=400,j=300;
printf("%d..%d");
}
Answer Posted / manju
answer is garbage value because in printf statement there
are no variables(i,j).
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
Explain what are the different file extensions involved when programming in c?
Why does everyone say not to use scanf? What should I use instead?
How do you initialize pointer variables?
How can I ensure that integer arithmetic doesnt overflow?
What is the difference between the local variable and global variable in c?
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
how to print the character with maximum occurence and print that number of occurence too in a string given ?
What is static memory allocation?
What is static function in c?
How can I do serial ("comm") port I/O?
What are the advantages of union?
What is the total generic pointer type?
What is c definition?
What are runtime error?
Which is best book for data structures in c?