what is the output for the code :
main()
{
int i,j;
printf("%d %d ",scanf("%d%d",&i,&j));
}
Answer Posted / monish
The user will enter two nos. The output will be- 2 <First
no. entered>
| Is This Answer Correct ? | 3 Yes | 8 No |
Post New Answer View All Answers
Can a local variable be volatile in c?
why do some people write if(0 == x) instead of if(x == 0)?
How do you override a defined macro?
Explain what is dynamic data structure?
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
Write a code to determine the total number of stops an elevator would take to serve N number of people.
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
I need a sort of an approximate strcmp routine?
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
What is pass by reference in c?
Is array name a pointer?
Why is c used in embedded systems?
Explain 'far' and 'near' pointers in c.
Explain the difference between malloc() and calloc() function?
What are the types of c language?