what will be the output of "printf("%d%d",scanf("%d%
d",&a,&b))".provide an explation regarding the question
Answer Posted / dipendra
i think it will print the 2, and some garbage value.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none
How main function is called in c?
Explain what is the use of a semicolon (;) at the end of every program statement?
What are header files in c?
Explain what is wrong with this program statement?
In a switch statement, explain what will happen if a break statement is omitted?
Explain how can I prevent another program from modifying part of a file that I am modifying?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
Give me the code of in-order recursive and non-recursive.
Explain the priority queues?
Explain setjmp()?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
Write a program to print fibonacci series using recursion?
how could explain about job profile