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
C program to find all possible outcomes of a dice?
What are structural members?
Write a factorial program using C.
Write the test cases for checking a variable having value in range -10.0 to +10.0?
Explain bit masking in c?
Why do some versions of toupper act strangely if given an upper-case letter?
What is identifiers in c with examples?
What is printf () in c?
Explain high-order and low-order bytes.
Simplify the program segment if X = B then C ← true else C ← false
Differentiate between static and dynamic modeling.
What is struct node in c?
What is function prototype in c language?
Are negative numbers true in c?
What is linear search?