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


Please Help Members By Posting Answers For Below Questions

What the advantages of using Unions?

677


How many header files are in c?

559


Why is c so important?

600


What is a pragma?

672


Wt are the Buses in C Language

2754






If fflush wont work, what can I use to flush input?

622


What is class and object in c?

592


to find the closest pair

1827


What are runtime error?

634


What is clrscr in c?

682


Where we use clrscr in c?

712


What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?

909


What tq means in chat?

584


in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures

683


I need a sort of an approximate strcmp routine?

664