can we print any string in c language without using
semicolon(;)(terminator) in whole program.

Answer Posted / k satish kumar reddy

main()
{
switch(printf("hello "))
{
}
}

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is c faster?

578


What are unions in c?

566


What are the advantages of using Unions?

637


What do you mean by recursion in c?

613


Can a pointer point to null?

576






Are comments included during the compilation stage and placed in the EXE file as well?

660


How is a pointer variable declared?

580


What is a program flowchart and how does it help in writing a program?

643


For what purpose null pointer used?

592


Why static variable is used in c?

540


Tell us something about keyword 'auto'.

647


How can I find the modification date of a file?

689


What is selection sort in c?

593


Explain logical errors? Compare with syntax errors.

612


Can include files be nested?

616