what will be the output for the following
main()
{
printf("hi" "hello");
}
Answer Posted / manoj
it raises an error
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What does the file stdio.h contain?
List a few unconditional control statement in c.
Can you subtract pointers from each other? Why would you?
How important is structure in life?
How can you be sure that a program follows the ANSI C standard?
Where can I get an ansi-compatible lint?
how to create duplicate link list using C???
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.
Is it possible to initialize a variable at the time it was declared?
What does c value mean?
What is scope rule in c?
Is fortran still used in 2018?
What is the translation phases used in c language?
c language interview questions & answer
What is c language & why it is used?