write a c program to print "Welcome" without using semicolon
in the whole program ??
Answer Posted / kayalvizhi.s
#include<stdio.h>
{
main()
while(printf("welcome"))
}
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are valid signatures for the Main function?
Explain how do you determine whether to use a stream function or a low-level function?
What is use of pointer?
Write a program to identify if a given binary tree is balanced or not.
Explain what are preprocessor directives?
Are pointers integer?
What is the sizeof () operator?
Explain what is a 'locale'?
What is the equivalent code of the following statement in WHILE LOOP format?
What are linker error?
Process by which one bit pattern in to another by bit wise operation is?
What is wild pointer in c?
Explain how do you list files in a directory?
For what purpose null pointer used?
What does 2n 4c mean?