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


Please Help Members By Posting Answers For Below Questions

pierrot's divisor program using c or c++ code

1738


Why do we use stdio h and conio h?

649


What is ambagious result in C? explain with an example.

2061


Write a program to swap two numbers without using a temporary variable?

619


When should the register modifier be used? Does it really help?

629






Explain logical errors? Compare with syntax errors.

640


i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none

654


What are file streams?

576


What is identifiers in c with examples?

686


What is an operator?

666


What should malloc(0) do?

623


Explain what is the best way to comment out a section of code that contains comments?

732


Explain how do you determine a file’s attributes?

601


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

640


What is a sequential access file?

656