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

Why is c still so popular?

618


What is c method?

537


write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a

1452


What are the advantages and disadvantages of a heap?

714


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

616






What is static and auto variables in c?

567


What is typedef?

678


write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)

1627


What is atoi and atof in c?

618


Can you mix old-style and new-style function syntax?

664


can any one provide me the notes of data structure for ignou cs-62 paper

1706


How can I remove the trailing spaces from a string?

616


What are the advantages and disadvantages of pointers?

578


What is a rvalue?

751


Is c easy to learn?

561