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 | 1 No |
Post New Answer View All Answers
What is the maximum no. of arguments that can be given in a command line in C.?
What is the difference between null pointer and wild pointer?
explain what is fifo?
What are 3 types of structures?
why wipro wase
Explain the priority queues?
How can I rethow can I return a sequence of random numbers which dont repeat at all?
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
Explain what is wrong with this program statement?
What is the explanation for cyclic nature of data types in c?
What is return in c programming?
Write the Program to reverse a string using pointers.
Define and explain about ! Operator?
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?