what is the output for the code :
main()
{
int i,j;
printf("%d %d ",scanf("%d%d",&i,&j));
}
Answer Posted / aarti dhiman
When we compile this program then 1 warning shows that the
function should return the value
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is openmp in c?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
What does c mean in standard form?
using only #include
Where is volatile variable stored?
Describe wild pointers in c?
Why is event driven programming or procedural programming, better within specific scenario?
What is the difference between array and pointer?
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
How can I generate floating-point random numbers?
What is scope rule of function in c?
Why n++ execute faster than n+1 ?
What is the difference between break and continue?
what is the structure pointer?
Differentiate fundamental data types and derived data types in C.