what will be the output for the following
main()
{
printf("hi" "hello");
}
Answers were Sorted based on User's Feedback
Answer / manishsoni
can any one tell me hows the answer is:
hihello
| Is This Answer Correct ? | 2 Yes | 0 No |
is compiler do read the data line by line or not. ??
6 Answers LG Soft, Satyam, Tech Mahindra,
what is the use of fflush() function?
What ios diff. Between %e & %f?
How can I sort more data than will fit in memory?
What is the use of the function in c?
What is structure pointer in c?
YBJBU6
What oops means?
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
what is the basis for selection of arrays or pointers as data structure in a program
How do c compilers work?
what is diffrence between string and character array?