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


Please Help Members By Posting Answers For Below Questions

how can I convert a string to a number?

798


What is the difference between declaring a variable by constant keyword and #define ing that variable?

3008


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.

2524


What is difference between static and global variable in c?

759


When can you use a pointer with a function?

746


Write programs for String Reversal & Palindrome check

792


What are examples of structures?

788


Is it valid to address one element beyond the end of an array?

921


what is ur strangth & weekness

2034


What is register variable in c language?

827


What is pre-emptive data structure and explain it with example?

3475


What the different types of arrays in c?

809


What is the advantage of using #define to declare a constant?

843


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

1801


How many bytes is a struct in c?

900