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
how can I convert a string to a number?
What is the difference between declaring a variable by constant keyword and #define ing that variable?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
What is difference between static and global variable in c?
When can you use a pointer with a function?
Write programs for String Reversal & Palindrome check
What are examples of structures?
Is it valid to address one element beyond the end of an array?
what is ur strangth & weekness
What is register variable in c language?
What is pre-emptive data structure and explain it with example?
What the different types of arrays in c?
What is the advantage of using #define to declare a constant?
Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014 Npu university
How many bytes is a struct in c?