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
How many levels of indirection in pointers can you have in a single declaration?
What does void main return?
Describe newline escape sequence with a sample program?
Explain what is the benefit of using enum to declare a constant?
Difference between linking and loading?
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.
How do I send escape sequences to control a terminal or other device?
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
What is the -> in c?
What is the difference between if else and switchstatement
What is indirection?
Can i use “int” data type to store the value 32768? Why?
FILE PROGRAMMING
Explain the array representation of a binary tree in C.
List the variables are used for writing doubly linked list program.