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

Tell me when would you use a pointer to a function?

0 Answers  


What is a list in c?

0 Answers  


implement general tree using link list

1 Answers   Wipro,


Why n++ execute faster than n+1 ?

2 Answers  


Can we declare function inside main?

0 Answers  






can u write a program in C, which does not use = (eqaul)or any arithmatic assignment(like -=,+=,*= etc) operator to swap to number?

2 Answers  


int a=1,b=2,c=3; printf("%d,%d",a,b,c); What is the output?

14 Answers   Verifone,


1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.

0 Answers  


i want to make a program in which we use input having four digits(4321) and get output its reciprocal(1234).

1 Answers  


What is the difference between struct and typedef struct in c?

0 Answers  


What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file

0 Answers  


What are structure types in C?

0 Answers  


Categories