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

Post New Answer

More C Interview Questions

What is a class?

3 Answers  


Difference between pass by reference and pass by value?

0 Answers   TCS, TISL,


Can we compile a program without main() function?

0 Answers  


Difference between C and Embedded C?

1 Answers  


what is diff between localstatic and globalstatis variable possible 2 use in another file...?

2 Answers   HCL,






if a person is buying coconuts of Rs10,and then sell that coconuts of Rs9,with the loss of one rupee.After that the person became a millaniore.how?

9 Answers   Wipro,


Why void is used in c?

0 Answers  


I came across some code that puts a (void) cast before each call to printf. Why?

0 Answers  


fun(int x) { if(x > 0) fun(x/2); printf("%d", x); } above function is called as: fun(10); what will it print? }

17 Answers   NDS,


is assignment operator is arithmatic or not

3 Answers   Infosys,


52.write a “Hello World” program in “c” without using a semicolon? 53.Give a method to count the number of ones in a 32 bit number? 54.write a program that print itself even if the source file is deleted? 55.Given an unsigned integer, find if the number is power of 2?

9 Answers  


What is preprocessor with example?

0 Answers  


Categories