main()
{
int i=400,j=300;
printf("%d..%d");
}
Answer Posted / khaja
it prints bcoz no i,j values are mentioned.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Is r written in c?
What is meant by gets in c?
How can I dynamically allocate arrays?
When should the volatile modifier be used?
What are local static variables?
Can we change the value of #define in c?
Is it fine to write void main () or main () in c?
What are the valid places to have keyword “break”?
What is a null string in c?
What is the use of volatile?
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
How can I automatically locate a programs configuration files in the same directory as the executable?
What are the salient features of c languages?
What is the difference between far and near ?