what is the output for the code :
main()
{
int i,j;
printf("%d %d ",scanf("%d%d",&i,&j));
}
Answer Posted / shahzad
first variable is used to print the no of inputs and
remaining r used to print the values from the last
i.e.third second first.........so on..
Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
What is the difference between functions getch() and getche()?
What is the purpose of sprintf?
Explain how do you determine whether to use a stream function or a low-level function?
What are the characteristics of arrays in c?
Differentiate between a for loop and a while loop? What are it uses?
How do you construct an increment statement or decrement statement in C?
Why can’t we compare structures?
Explain how can a program be made to print the name of a source file where an error occurs?
What are near, far and huge pointers?
What is a list in c?
What is the sizeof () a pointer?
how do you programme Carrier Sense Multiple Access
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
What is the easiest sorting method to use?
What is the difference between %d and %i?