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

Tell me what is null pointer in c?

621


Why structure is used in c?

608


What is the use of sizeof () in c?

573


What is structure padding and packing in c?

631


Explain what are run-time errors?

616






Explain what are header files and explain what are its uses in c programming?

634


Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor

3003


What is bubble sort technique in c?

600


You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.

1792


What is the difference between union and structure in c?

585


What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.

3739


what is the difference between 123 and 0123 in c?

733


Can we access array using pointer in c language?

652


What is integer constants?

630


What is meant by recursion?

640