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 / bheemakarna1989
example
input : 4554
output : 1
input :567
output : 1
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is wrong with this statement? Myname = 'robin';
Explain the meaning of keyword 'extern' in a function declaration.
What is a list in c?
Is struct oop?
What is integer constants?
What does %2f mean in c?
If fflush wont work, what can I use to flush input?
Differentiate between a structure and a union.
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
Explain how can I remove the trailing spaces from a string?
what do you mean by enumeration constant?
What is graph in c?
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
What does & mean in scanf?
What does %c mean in c?