Answer Posted / chaitali
#include <stdio.h>
#include<conio.h>
int main()
{
int num;
num=1;
clrscr();
printf("My favorite number");
printf("is %d because it is first.\n",num);
getch();
return 0;
}
Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
Can you return null in c?
What is wrong with this statement? Myname = 'robin';
How can I read data from data files with particular formats?
what is the different bitween abap and abap-hr?
Calculate 1*2*3*____*n using recursive function??
What is difference between union and structure in c?
What are identifiers c?
Write a program to implement queue.
How can I split up a string into whitespace-separated fields?
What is the difference between abs() and fabs() functions?
What is unary operator?
What do mean by network ?
why return type of main is not necessary in linux
How can I find out how much free space is available on disk?
Explain about the functions strcat() and strcmp()?