write a C program to print the program itself ?!

Answer Posted / prasanna kumar s

#include<stdio.h>
#include<conio.h>

void main()
{

clrscr();
printf("welcome 2 c language");
getch();

}

Is This Answer Correct ?    0 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

write a program to find out prime number using sieve case?

1645


a program that can input number of records and can view it again the record

1488


Explain the difference between malloc() and calloc() in c?

581


How can I find out how much free space is available on disk?

632


What tq means in chat?

584






What are the types of type specifiers?

625


What is a stream water?

661


Explain do array subscripts always start with zero?

763


Explain how can I prevent another program from modifying part of a file that I am modifying?

644


cavium networks written test pattern ..

3600


What extern c means?

547


Why is a semicolon (;) put at the end of every program statement?

630


What is d'n in c?

638


Write a program to check prime number in c programming?

602


what do the 'c' and 'v' in argc and argv stand for?

648