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 doesn't C have nested functions?
main() { FILE *fs; char c[10]; fs = fopen(“source.txt”, ”r”); /* source.txt exists and contains “Vector Institute” */ fseek(fs,0,SEEK_END); fseek(fs,-3L,SEEK_CUR); fgets(c,5,fs); puts(c); }
When should the volatile modifier be used?
What is the output of printf("%d", printf("Hello"));?
What is a rvalue?
Why can arithmetic operations not be performed on void pointers?
WHOT IS CHAR?
Give a fast way to multiply a number by 7
15 Answers Accenture, Aricent, Microsoft,
wt is d full form of c
how to find the sizof of any datatype using bit manipulations
Explain what is the concatenation operator?
c language interview questions & answer