What is the output ?

Main()
{

printf("""ramabrahmam"");

}

Questions by meefriend4ever   answers by meefriend4ever

Showing Answers 1 - 6 of 6 Answers

the program gives compilation error.the reason for compilation error is the string is not terminated properly .the compiler is expecting a more quote from the user and throws the error.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions