what will be the output for the following
main()
{
printf("hi" "hello");
}
Answer Posted / sumesh
the output of this question will be hihello (without any blank space).
| Is This Answer Correct ? | 28 Yes | 2 No |
Post New Answer View All Answers
Tell me with an example the self-referential structure?
What are the uses of null pointers?
What is adt in c programming?
When can a far pointer be used?
In a header file whether functions are declared or defined?
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
What is the difference between strcpy() and memcpy() function in c programming?
What is meant by errors and debugging?
What is a program flowchart?
What are the advantages of c language?
What is the difference between constant pointer and constant variable?
how to find anagram without using string functions using only loops in c programming
What are the standard predefined macros?
Where does the name "C" come from, anyway?
Why header file is used in c?