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
Explain c preprocessor?
Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 10 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.
Explain what is the benefit of using const for declaring constants?
How do you define CONSTANT in C?
Explain how can a program be made to print the name of a source file where an error occurs?
What is 2 d array in c?
What is the main difference between calloc () and malloc ()?
Can we use any name in place of argv and argc as command line arguments?
how to find binary of number?
What is the right type to use for boolean values in c?
What are the types of type qualifiers in c?
Explain what is gets() function?
Which is better between malloc and calloc?
What does c mean in basketball?
Are negative numbers true in c?