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


Please Help Members By Posting Answers For Below Questions

Explain how can I prevent another program from modifying part of a file that I am modifying?

627


Explain function?

652


how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.

1202


What are the 4 types of unions?

594


How can I change the size of the dynamically allocated array?

616






What is null pointer in c?

581


in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above

619


What is #line?

599


What is the difference between text and binary modes?

632


What are the different types of objects used in c?

558


in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above

581


What is the process to create increment and decrement stamen in c?

579


Which is better malloc or calloc?

643


5 Write an Algorithm to find the maximum and minimum items in a set of ā€˜nā€™ element.

1570


In a switch statement, what will happen if a break statement is omitted?

596