what is the output for the code :
main()
{
int i,j;
printf("%d %d ",scanf("%d%d",&i,&j));
}
Answer Posted / anonymous
If u give the input as
1
2
then the output wil be
2
2
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
What is huge pointer in c?
How do I read the arrow keys? What about function keys?
What is hungarian notation? Is it worthwhile?
When should a type cast not be used?
Differentiate between static and dynamic modeling.
Who invented bcpl language?
What is ## preprocessor operator in c?
Is javascript based on c?
What do you mean by c what are the main characteristics of c language?
Do variables need to be initialized?
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
How many types of errors are there in c language? Explain
When is a “switch” statement preferable over an “if” statement?
largest Of three Number using without if condition?
What is non linear data structure in c?