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 static and auto variables in c?
What are pointers? What are different types of pointers?
Explain how can I right-justify a string?
What is modifier & how many types of modifiers available in c?
What does d mean?
How can I call a function with an argument list built up at run time?
Describe static function with its usage?
What is declaration and definition in c?
Why calloc is better than malloc?
What is a double c?
What is 02d in c?
What is this infamous null pointer, anyway?
What is getche() function?
What are the different categories of functions in c?
Can you write the algorithm for Queue?