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 / abiraj1030&yahoo.com

#include<stdio.h>
#include<conio.h>
void main()
{
clrscr();
printf("hai");
getch();
}

Is This Answer Correct ?    10 Yes 112 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a

2007


Is main an identifier in c?

1205


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

2400


What are the uses of null pointers?

1195


the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above

1304


What are global variables?

1265


Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.

3211


What type is sizeof?

1086


Write a code to determine the total number of stops an elevator would take to serve N number of people.

1309


Why doesnt that code work?

1272


What is #define size in c?

1267


Do you know the use of 'auto' keyword?

1262


Differentiate between a for loop and a while loop? What are it uses?

1234


Can we access array using pointer in c language?

1127


State the difference between realloc and free.

1145