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
Explain what is a pragma?
What is return in c programming?
Why is c still so popular?
What is data structure in c programming?
What do you understand by normalization of pointers?
What standard functions are available to manipulate strings?
write an algorithm to display a square matrix.
Is there any demerits of using pointer?
What is a void pointer in c?
What is a program flowchart and how does it help in writing a program?
Should a function contain a return statement if it does not return a value?
What are the three constants used in c?
What are void pointers in c?
What are 'near' and 'far' pointers?
By using C language input a date into it and if it is right?