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
How to explain the final year project as a fresher please answer with sample project
what is the significance of static storage class specifier?
What does sizeof return c?
write a c program for swapping two strings using pointer
write a program to copy the string using switch case?
Does c have an equivalent to pascals with statement?
What is "Duff's Device"?
Write a program to reverse a given number in c language?
i got 75% in all semester am i eligible for your company
What is adt in c programming?
if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.
How can I split up a string into whitespace-separated fields?
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
Which is more efficient, a switch statement or an if else chain?