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
Why should I prototype a function?
Once I have used freopen, how can I get the original stdout (or stdin) back?
Explain what are multibyte characters?
why programs in c are running with out #include
What is the difference between printf and scanf )?
What is integer constants?
What happens if you free a pointer twice?
What is the purpose of void in c?
Explain what are linked list?
What are run-time errors?
What are the storage classes in C?
Why is sizeof () an operator and not a function?
What is function and its example?
Function calling procedures? and their differences? Why should one go for Call by Reference?
What are the 4 types of functions?