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
Why doesnt this code work?
How to compare array with pointer in c?
What is pointer and structure in c?
Explain #pragma statements.
What is array of pointers to string?
FILE PROGRAMMING
How many header files are in c?
Explain what is the benefit of using enum to declare a constant?
What does s c mean in text?
cavium networks written test pattern ..
Explain how do I determine whether a character is numeric, alphabetic, and so on?
Why is #define used?
Is there any possibility to create customized header file with c programming language?
What is a far pointer in c?
Why static variable is used in c?