what will be the output for the following
main()
{
printf("hi" "hello");
}
Answer Posted / manishsoni
can any one tell me hows the answer is:
hihello
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is %d used for?
What does a pointer variable always consist of?
I need a sort of an approximate strcmp routine?
Explain how do you declare an array that will hold more than 64kb of data?
FILE PROGRAMMING
what is stack , heap ,code segment,and data segment
What is the difference between āgā and āgā in C?
Explain is it better to bitshift a value than to multiply by 2?
What is data structure in c language?
Why is c called a structured programming language?
Differentiate between the = symbol and == symbol?
what is the function of pragma directive in c?
What are qualifiers and modifiers c?
What are # preprocessor operator in c?
How can a program be made to print the line number where an error occurs?