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

the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b

1903


What is .obj file in c?

646


Explain what is the best way to comment out a section of code that contains comments?

712


What is the scope of global variable in c?

551


why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above

605






what is recursion in C

607


What does calloc stand for?

644


while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above

734


What is c token?

604


Can you please explain the difference between strcpy() and memcpy() function?

598


What is the acronym for ansi?

626


What does sizeof function do?

610


Explain what are the __date__ and __time__ preprocessor commands?

590


Explain modulus operator.

591


How would you obtain the current time and difference between two times?

724