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 program to display all prime numbers

1460


What are the types of type specifiers?

625


Why is sprintf unsafe?

621


what are non standard function in c

1439


What is logical error?

605






p*=(++q)++*--p when p=q=1 while(q<=6)

1270


Can we access array using pointer in c language?

650


Difference between malloc() and calloc() function?

657


What are the 5 types of inheritance in c ++?

589


What is the size of enum in c?

625


Write a program to swap two numbers without using third variable in c?

620


What is main function in c?

551


How can I sort a linked list?

638


I need a sort of an approximate strcmp routine?

663


What do you mean by dynamic memory allocation in c? What functions are used?

659