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

Answer Posted / manju

answer is garbage value because in printf statement there
are no variables(i,j).

Is This Answer Correct ?    8 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is sizeof int?

628


What is the description for syntax errors?

605


What is getche() function?

599


Is there any data type in c with variable size?

625


What happens if you free a pointer twice?

594






program for reversing a selected line word by word when multiple lines are given without using strrev

1936


Why we use void main in c?

583


Explain how do you generate random numbers in c?

612


What is wild pointer in c with example?

568


What are formal parameters?

647


How can you increase the size of a statically allocated array?

606


What is use of #include in c?

586


Why do we use c for the speed of light?

598


Explain the use of function toupper() with and example code?

645


What is action and transformation in spark?

585