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

How main function is called in c?

828


How can I invoke another program or command and trap its output?

855


What are the features of c language?

822


What is bubble sort technique in c?

766


What is the difference between array and pointer?

772


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

859


How many types of operators are there in c?

800


Why header file is used in c?

778


How can I direct output to the printer?

1058


Is c easy to learn?

739


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

2146


What are the loops in c?

771


How can I trap or ignore keyboard interrupts like control-c?

817


which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above

1771


Can math operations be performed on a void pointer?

752