main()
{
int i=400,j=300;
printf("%d..%d");
}

Answer Posted / ravi

its machine Dependent

it displays garbage values in Linux

in some machines it will display 400 300
as they are on the top of stack

Is This Answer Correct ?    4 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is equivalent to ++i+++j?

637


What is the function of volatile in c language?

658


What do you mean by a sequential access file?

621


How can I prevent another program from modifying part of a file that I am modifying?

604


Can stdout be forced to print somewhere other than the screen?

611






c language interview questions & answer

1452


Explain indirection?

633


Is c is a low level language?

555


What are the keywords in c?

636


Why we use int main and void main?

530


What is context in c?

530


What is || operator and how does it function in a program?

620


1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321

3132


How can you call a function, given its name as a string?

707


How many levels of indirection in pointers can you have in a single declaration?

587