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
Why c is a mother language?
What is table lookup in c?
What are different types of pointers?
Define VARIABLE?
What is the purpose of 'register' keyword in c language?
Explain why c is faster than c++?
What language is windows 1.0 written?
Why structure is used in c?
How many types of errors are there in c language? Explain
Why use int main instead of void main?
Why is C language being considered a middle level language?
Why is struct padding needed?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
Apart from dennis ritchie who the other person who contributed in design of c language.
What are the disadvantages of external storage class?