write a c program to print "Welcome" without using semicolon
in the whole program ??
Answer Posted / kinjal gor
main()
{
CLRSCR();
if(printf("I LOVE MY INDIA"))
GETCH();
}
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What does emoji p mean?
What does 3 periods mean in texting?
What is the use of a conditional inclusion statement in C?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
Explain what standard functions are available to manipulate strings?
What's the total generic pointer type?
What is the purpose of ftell?
What are pointers? What are stacks and queues?
How do you construct an increment statement or decrement statement in C?
#include
Once I have used freopen, how can I get the original stdout (or stdin) back?
Explain function?
How can I write a function analogous to scanf?
What are global variables and how do you declare them?
What is the difference between printf and scanf in c?