get any number as input except 1 and the output will be
1.without using operators,expressions,array,structure.don't
print 1 in printf statement
Answer Posted / karna
void main()
{
int n;
printf("%d",scanf("%d",n));
getch();
}
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the hardest programming language?
Does * p ++ increment p or what it points to?
How can I prevent another program from modifying part of a file that I am modifying?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
Why static is used in c?
What are unions in c?
What is #define size in c?
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
How does free() know explain how much memory to release?
Why main is used in c?
What is c programing language?
What are near, far and huge pointers?
How to define structures? ·
What is struct node in c?
i have a written test for microland please give me test pattern