what will be the output of" printf("%d%d",scanf("%d%
d",&a&b));"
Answer Posted / praveen
No, The output will not be 2......The exact output is "It
will take the garbage value"
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Differentiate Source Codes from Object Codes
Can you explain the four storage classes in C?
What is the acronym for ansi?
What is the size of array float a(10)?
What is call by value in c?
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
Is void a keyword in c?
What is linear search?
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
Is flag a keyword in c?
What is the use of #include in c?
Whats s or c mean?
What is && in c programming?
What is the advantage of using #define to declare a constant?