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
How can I list all of the predefined identifiers?
Is c is a middle level language?
Do you know pointer in c?
What are the types of assignment statements?
What is wrong with this program statement?
If you know then define #pragma?
Why main is used in c?
Which driver is a pure java driver
What is register variable in c language?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
Write a program to generate random numbers in c?
Explain how can I pad a string to a known length?
What is the purpose of the preprocessor directive error?
what is the different bitween abap and abap-hr?
What is function in c with example?