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
Tell me with an example the self-referential structure?
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
How do you determine whether to use a stream function or a low-level function?
Explain the priority queues?
What is wild pointer in c?
What is the difference between memcpy and memmove?
What is volatile keyword in c?
What is pivot in c?
about c language
What is structure in c language?
Are the variables argc and argv are local to main?
write a program to create a sparse matrix using dynamic memory allocation.
Why is c so popular?
What is extern variable in c with example?
When we use void main and int main?