what is the output of
printf("%d",(scanf("%d",10));
Answer Posted / arti
tihis will return an runtime error as no address is pass in
scanf where value is to assign which we get as user input
through scanf().
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
Is void a keyword in c?
How do you search data in a data file using random access method?
what will be the output for the following main() { printf("hi" "hello"); }
What language is lisp written in?
Do you know the use of fflush() function?
What is a structure and why it is used?
what are bit fields? What is the use of bit fields in a structure declaration?
Explain how are portions of a program disabled in demo versions?
Is this program statement valid? INT = 10.50;
Is it better to bitshift a value than to multiply by 2?
What is a #include preprocessor?
How variables are declared in c?
What is a wrapper function in c?
Ow can I insert or delete a line (or record) in the middle of a file?
What is variable in c example?