Answer Posted / ragu
#include<stdio.h>
void main(void)
{
int a;
clrscr();
printf("enter a number ");
scanf("%d",&a);
printf("you enter the number %d",a);
getch();
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is fflush() function?
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics
c program for searching a student details among 10 student details
What is stack in c?
When c language was developed?
write a program to concatenation the string using switch case?
What is c mainly used for?
Give the rules for variable declaration?
Explain how do you sort filenames in a directory?
Do you have any idea how to compare array with pointer in c?
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
Can you mix old-style and new-style function syntax?
What Is The Difference Between Null And Void Pointer?
What is s or c?