write a c program to print "Welcome" without using semicolon
in the whole program ??

Answer Posted / upendra

main()
{
if(printf("welcome"))
}
}





]

Is This Answer Correct ?    0 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are extern variables in c?

552


Differentiate fundamental data types and derived data types in C.

621


What are the types of pointers?

608


formula to convert 2500mmh2o into m3/hr

501


c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above

619






Why do we use return in c?

573


Is c easy to learn?

563


What is optimization in c?

572


What are structural members?

576


What is a struct c#?

606


A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference

640


Is there a way to switch on strings?

623


difference between native and cross compilers

1673


What language is lisp written in?

625


`write a program to display the recomended action depends on a color of trafic light using nested if statments

1637