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
Explain the difference between call by value and call by reference in c language?
can any one tel me wt is the question pattern for NIC exam
What is the use of extern in c?
Can a pointer be volatile in c?
What is struct node in c?
Do you know pointer in c?
Distinguish between actual and formal arguments.
What is the difference between malloc() and calloc()?
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
What are # preprocessor operator in c?
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
What is structure and union in c?
Why do we need volatile in c?
Hai what is the different types of versions and their differences