input may any number except 1,output will always 1..
conditions only one variable should be declare,don't use
operators,expressions,array,structure
Answer Posted / santhosh r
#include<stdio.h>
main()
{int a;
printf("%d",scanf("%d",&a));
}
| Is This Answer Correct ? | 9 Yes | 8 No |
Post New Answer View All Answers
Can we change the value of #define in c?
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
What are the primitive data types in c?
Explain how do you print an address?
Why are all header files not declared in every c program?
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
Where register variables are stored in c?
a program that can input number of records and can view it again the record
What are the types of i/o functions?
How are 16- and 32-bit numbers stored?
Can you write the algorithm for Queue?
Explain enumerated types in c language?
What is the total generic pointer type?
Can you return null in c?
What is d'n in c?