write a C program to print the program itself ?!
Answer Posted / sriram
#include<iostream.h>
#include<conio.hg>
int main()
{
clrscr();
printf(" \t hi this is sriram \t \n");
getch();
return 0;
}
| Is This Answer Correct ? | 4 Yes | 93 No |
Post New Answer View All Answers
Is c high or low level?
What is string length in c?
Which driver is a pure java driver
Give basis knowledge of web designing ...
When should volatile modifier be used?
How can you invoke another program from within a C program?
What are the 3 types of structures?
Is a house a mass structure?
In a switch statement, explain what will happen if a break statement is omitted?
What are type modifiers in c?
what is the difference between class and unio?
What are qualifiers in c?
Describe the steps to insert data into a singly linked list.
What is the sizeof () a pointer?
What is sizeof array in c?