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

Answer Posted / muthu

It prints only garbage value, since the variables x and y
were not metioned out side the bracket

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);

1851


What is the significance of scope resolution operator?

866


What is c language used for?

563


What is table lookup in c?

634


Explain how do you override a defined macro?

592






Can a file other than a .h file be included with #include?

688


Is register a keyword in c?

641


What is the difference between int main and void main?

579


Compare interpreters and compilers.

642


What are the back slash character constants or escape sequence charactersavailable in c?

691


What does do in c?

613


What is declaration and definition in c?

531


What are the primitive data types in c?

580


What is the function of this pointer?

681


What does calloc stand for?

653