what is the output for the code :
main()
{
int i,j;
printf("%d %d ",scanf("%d%d",&i,&j));
}
Answer Posted / hari
without entering the values the output will not be
displayed.
no output
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is the difference between struct and union in C?
What does %c do in c?
What does the && operator do in a program code?
What is the full form of getch?
What does %d do in c?
Why is c platform dependent?
What are enumerated types?
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
What is quick sort in c?
What is a macro in c preprocessor?
What is #line?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
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
When should you use a type cast?
5 Write an Algorithm to find the maximum and minimum items in a set of ānā element.