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
code for selection sort?
What is a nested formula?
Design a program using an array that searches a number if it is found on the list of the given input numbers and locate its exact location in the list.
Tell us the use of fflush() function in c language?
What is oops c?
what type of errors are checked during compilation
What is quick sort in c?
simple c program for 12345 convert 54321 with out using string
What is macro?
main() { int a=5; printf(?%d,%d,%d\n?,a,a< <2,a>>2); } Answer: 5,20,1 please explain this code in detail
int i=10; printf("%d %d %d", i, i=20, i);
Write a program to remove the C comments(/* */) and C++ comments(//) from a file. The file should be declared in command line.