what is the output for the code :
main()
{
int i,j;
printf("%d %d ",scanf("%d%d",&i,&j));
}
Answer Posted / sundar
for give input is 1 2
an output is 22
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
Tell us bitwise shift operators?
Why isnt there a numbered, multi-level break statement to break out
string reverse using recursion
What is 02d in c?
How to delete a node from linked list w/o using collectons?
How to write a code for reverse of string without using string functions?
What language is windows 1.0 written?
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
What is the best way to store flag values in a program?
What is calloc in c?
What is return type in c?
What are pointers? What are different types of pointers?
Explain argument and its types.
List some applications of c programming language?
What is header file definition?