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


Please Help Members By Posting Answers For Below Questions

a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.

4522


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

625


Explain why can’t constant values be used to define an array’s initial size?

843


Explain how can I right-justify a string?

610


Where we use clrscr in c?

684






What are the 4 types of programming language?

568


What is meant by gets in c?

593


What are 'near' and 'far' pointers?

603


Write a code to determine the total number of stops an elevator would take to serve N number of people.

716


Explain the advantages of using macro in c language?

566


swap 2 numbers without using third variable?

650


What is array of structure in c programming?

737


The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?

647


p*=(++q)++*--p when p=q=1 while(q<=6)

1256


Do variables need to be initialized?

610