what is the output for the code :
main()
{
int i,j;
printf("%d %d ",scanf("%d%d",&i,&j));
}
Answer Posted / suraj verma
It will return number of arguments taken
by scanf function which is two in this case
& the other value can be any garbage value.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are the types of type specifiers?
What is && in c programming?
What is time complexity c?
What are the main characteristics of c language describe the structure of ac program?
Is a house a mass structure?
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
What is default value of global variable in c?
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
Can the sizeof operator be used to tell the size of an array passed to a function?
Tell us two differences between new () and malloc ()?
praagnovation
Write a program to reverse a given number in c language?
please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com
What is pass by reference in c?