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

Answer Posted / preshit

output will b garbage value
because no variables are passed in last sentence.

Is This Answer Correct ?    5 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is sizeof int in c?

604


What is data type long in c?

625


Explain spaghetti programming?

684


Explain indirection?

648


What is #include called?

568






How do you determine the length of a string value that was stored in a variable?

652


When is a “switch” statement preferable over an “if” statement?

650


What is the difference between volatile and const volatile?

565


What are the characteristics of arrays in c?

616


What is modeling?

647


Synonymous with pointer array a) character array b) ragged array c) multiple array d) none

616


What is the method to save data in stack data structure type?

607


#include { printf("Hello"); } how compile time affects when we add additional header file .

1424


What are the types of macro formats?

610


What is LINKED LIST? How can you access the last element in a linked list?

633