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
Write a code to remove duplicates in a string.
Can we assign string to char pointer?
What is the difference between pure virtual function and virtual function?
What are the different types of errors?
Why isn't any of this standardized in c? Any real program has to do some of these things.
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
How can I read in an object file and jump to locations in it?
Is exit(status) truly equivalent to returning the same status from main?
Are local variables initialized to zero by default in c?
What are operators in c?
What does s c mean on snapchat?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
What is console in c language?
What are the 32 keywords in c?
How can I find the modification date and time of a file?