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


Please Help Members By Posting Answers For Below Questions

What is static and auto variables in c?

781


What are pointers? What are different types of pointers?

810


Explain how can I right-justify a string?

804


What is modifier & how many types of modifiers available in c?

803


What does d mean?

769


How can I call a function with an argument list built up at run time?

900


Describe static function with its usage?

854


What is declaration and definition in c?

738


Why calloc is better than malloc?

781


What is a double c?

758


What is 02d in c?

832


What is this infamous null pointer, anyway?

782


What is getche() function?

808


What are the different categories of functions in c?

860


Can you write the algorithm for Queue?

1741