what is the output for the code :
main()
{
int i,j;
printf("%d %d ",scanf("%d%d",&i,&j));
}
Answer Posted / prashant sharma
first the computer will take the two values as inputs &
then will show junk value
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What is the difference between text files and binary files?
How is null defined in c?
What is array in c with example?
What is main return c?
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
Explain that why C is procedural?
Are comments included during the compilation stage and placed in the EXE file as well?
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.
What is the use of structure padding in c?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
What is the difference between constant pointer and constant variable?
Describe dynamic data structure in c programming language?
How do you define a string?
Wt are the Buses in C Language
is it possible to create your own header files?