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 / nila
#include<stdio.h>
#include<conio.h>
main()
{
int a;
printf("Enter the number:");
scanf("%d",&a);
printf("1");
getch();
}
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
application attempts to perform an operation?
given post order,in order construct the corresponding binary tree
What is the argument of a function in c?
What are qualifiers and modifiers c?
What's the total generic pointer type?
Explain why c is faster than c++?
5 Write an Algorithm to find the maximum and minimum items in a set of ānā element.
What is the difference between a string and an array?
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
What will be your course of action for a push operation?
Can a pointer be static?
What is a floating point in c?
How can I read and write comma-delimited text?
Difference between strcpy() and memcpy() function?
What is modifier & how many types of modifiers available in c?