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

Answer Posted / sagar

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

Is This Answer Correct ?    30 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we access array using pointer in c language?

650


What are types of preprocessor in c?

624


What are the 4 data types?

604


What is bin sh c?

584


What are the different types of data structures in c?

610






What are reserved words with a programming language?

606


Why main is not a keyword in c?

652


Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc

5060


What does node * mean?

716


Why do we use return in c?

571


What is the maximum no. of arguments that can be given in a command line in C.?

674


why programs in c are running with out #include? some warnings are display in terminal but we execute the program we get answer why? eg: main() { printf("hello world "); }

1319


Write programs for String Reversal & Palindrome check

601


List the different types of c tokens?

629


What is far pointer in c?

815