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
What are the disadvantages of external storage class?
Given only putchar (no sprintf, itoa, etc.) write a routine putlong that prints out an unsigned long in decimal. [ I gave the obvious solution of taking % 10 and / 10, which gives us the decimal value in reverse order. This requires an array since we need to print it out in the correct order. The interviewer wasn't too pleased and asked me to give a solution which didn't need the array ].
How do we declare variables in c?
How will you find a duplicate number in a array without negating the nos ?
What is define directive?
List some basic data types in c?
Why is this loop always executing once?
What does the error 'Null Pointer Assignment' mean and what causes this error?
What is assert and when would I use it?
using for loop sum 2 number of any 4 digit number in c language
How to declare a variable?
What does the function toupper() do?
What's the best way of making my program efficient?
Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014 Npu university
Which header file is essential for using strcmp function?