write a programe to accept any two number and check the
following condition using goto state ment.if a>b,print a &
find whether it is even or odd and then print.and
a<b,printb.find the sum digits of that number & then
print.if a==b multiply 10 with a & add 20 with b store in c
and then print
No Answer is Posted For this Question
Be the First to Post Answer
Why do some versions of toupper act strangely if given an upper-case letter?
What header files do I need in order to define the standard library functions I use?
how many header file is in C language ?
44 Answers College School Exams Tests, CTS, IBM, IMS, Infosys, ME, Sign Solutions, Wipro, XVT,
Write a program that takes three variables(a,b,c) in as separate parameters and rotates the values stored so that value a goes to b,b,to c and c to a
How do I swap bytes?
4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
What is the difference between c and python?
Explain what is a static function?
How do you determine the length of a string value that was stored in a variable?
write a program to sum of its digit with using control structure or with out using loop. for ex: let the number is 25634 then answer will be=2+5+6+3+4=20
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
What is ctrl c called?