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
What are local static variables? How can you use them?
What is string constants?
Is linux written in c?
What is a pointer value and address in c?
What are the advantages and disadvantages of a heap?
Is struct oop?
What is a pointer and how it is initialized?
what are the 10 different models of writing an addition program in C language?
How can I invoke another program or command and trap its output?
What are the types of arrays in c?
What is the need of structure in c?
State the difference between x3 and x[3].
Can a program have two main functions?
How can I convert a number to a string?
What is static identifier?