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 signed and unsigned?
What are high level languages like C and FORTRAN also known as?
What is the difference between the expression “++a” and “a++”?
an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational
What is the difference between scanf and fscanf?
Explain bit masking in c?
Can we change the value of constant variable in c?
Explain what is meant by high-order and low-order bytes?
what are non standard function in c
#include
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
What are called c variables?
What are the difference between a free-standing and a hosted environment?
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
How to write a code for reverse of string without using string functions?