main()
{
int i=400,j=300;
printf("%d..%d");
}
Answer Posted / ravi
its machine Dependent
it displays garbage values in Linux
in some machines it will display 400 300
as they are on the top of stack
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is the difference between array and pointer?
Can you please explain the scope of static variables?
What is the use of pointers in C?
Differentiate abs() function from fabs() function.
What is #define used for in c?
provide an example of the Group by clause, when would you use this clause
State two uses of pointers in C?
Describe the order of precedence with regards to operators in C.
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
Why flag is used in c?
In which header file is the null macro defined?
What are formal parameters?
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
How to implement a packet in C