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 does double pointer mean in c?
How would you obtain the current time and difference between two times?
What do header files do?
What is getch () for?
When a c file is executed there are many files that are automatically opened what are they files?
What is memory leak in c?
Write a code on reverse string and its complexity.
What is the explanation for prototype function in c?
What is bss in c?
Is null always equal to 0(zero)?
find the sum of two matrices and WAP for it.
What are the 4 types of unions?
What is a file descriptor in c?
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
Why is c fast?