what will be the output for the following
main()
{
printf("hi" "hello");
}
Answer Posted / prabu
The output will be
hi hello
| Is This Answer Correct ? | 1 Yes | 8 No |
Post New Answer View All Answers
Is a house a shell structure?
Explain c preprocessor?
What is the difference between scanf and fscanf?
Explain how do you determine whether to use a stream function or a low-level function?
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.
If I have a char * variable pointing to the name of a function ..
In C language, a variable name cannot contain?
What are Macros? What are its advantages and disadvantages?
What is c standard library?
Why c is known as a mother language?
What are the rules for identifiers in c?
Write a program to reverse a linked list in c.
What is the meaning of ?
What is sizeof array in c?
What is a const pointer in c?