what will be the output for the following
main()
{
printf("hi" "hello");
}

Answer Posted / manoj

it raises an error

Is This Answer Correct ?    4 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

 write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare.  You will then tabulate this information in another file.

1702


What does *p++ do? What does it point to?

594


List the difference between a 'copy constructor' and a 'assignment operator' in C?

611


What is context in c?

514


What is the use of getchar() function?

608






Explain what is the difference between the expression '++a' and 'a++'?

604


What is the meaning of ?

574


how many errors in c explain deply

1610


What is the full form of getch?

551


What is a example of a variable?

524


Can you please explain the difference between malloc() and calloc() function?

583


How can I discover how many arguments a function was actually called with?

606


There seem to be a few missing operators ..

589


What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

700


Can we change the value of static variable in c?

540