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 variables are declared in c?

580


What is a double c?

601


Write a code to remove duplicates in a string.

639


What is a pointer in c plus plus?

702


Why n++ execute faster than n+1 ?

1875






When the macros gets expanded?

803


a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);

655


write a program to concatenation the string using switch case?

1568


WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..

1605


Explain what is meant by 'bit masking'?

652


Mention four important string handling functions in c languages .

640


Explain what is the difference between null and nul?

673


Why does not c have an exponentiation operator?

635


Is c# a good language?

616


Why do some versions of toupper act strangely if given an upper-case letter?

644