what is the output for the code :
main()
{
int i,j;
printf("%d %d ",scanf("%d%d",&i,&j));
}
Answer Posted / nani
The result of this program will be:
you have to enter two int numbers
output : 2 <the last number entered>
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the different file extensions involved when programming in C?
Can a pointer be null?
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
Why we not create function inside function.
Write a program to find factorial of a number using recursive function.
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
largest Of three Number using without if condition?
What is the full form of getch?
Disadvantages of C language.
Explain that why C is procedural?
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
Which node is more powerful and can handle local information processing or graphics processing?
4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a
writ a program to compare using strcmp VIVA and viva with its output.