Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

What is calloc()?

1129


Write a program of prime number using recursion.

1126


How many bytes are occupied by near, far and huge pointers (dos)?

1216


What is pointers in c with example?

1133


write a program for the normal snake games find in most of the mobiles.

2307


void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }

1783


What is const volatile variable in c?

1100


What is c value paradox explain?

1157


while initialization of array why we use a[][2] why not a[2][]...?

2400


What are structural members?

1063


c program for searching a student details among 10 student details

2139


Where define directive used?

1140


Can a variable be both static and volatile in c?

1080


How can I manipulate strings of multibyte characters?

1156


What was noalias and what ever happened to it?

1094