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
write a own function to compare two strings with out using stringcomparition function?
What is bubble sort technique in c?
How can I recover the file name given an open stream?
Explain modulus operator. What are the restrictions of a modulus operator?
Why doesnt long int work?
what is dangling pointer?
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions
What is difference between %d and %i in c?
What is the use of volatile?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
What is the stack in c?