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 are non standard function in c
What is a substring in c?
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
In C programming, how do you insert quote characters (‘ and “) into the output screen?
Why do we use return in c?
What is the purpose of sprintf?
Write the control statements in C language
Write a program on swapping (100, 50)
Do you have any idea how to compare array with pointer in c?
What is file in c preprocessor?
Why is c so popular?
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
How can you draw circles in C?
What library is sizeof in c?
Explain 'bus error'?