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
How do you write a program which produces its own source code as its output?
Explain in detail how strset (string handling function works )pls explain it with an example.
What is omp_num_threads?
Explain high-order bytes.
What is the output of the following program main();{printf ("chennai""superkings"}; a. Chennai b. superkings c. error d. Chennai superkings
Explain data types & how many data types supported by c?
Are there namespaces in c?
diff .between strcture and union
What is a c token and types of c tokens?
Where register variables are stored in c?
Explain how does free() know explain how much memory to release?
write the function int countchtr(char string[],int ch);which returns the number of timesthe character ch appears in the string. for example the call countchtr("she lives in Newyork",'e') would return 3.