A C E G H
+B D F A I
------------
E F G H D



A C E G H +B D F A I ------------ E F G H D..

Answer / raja s

cefgc

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More C Interview Questions

Does c have circular shift operators?

0 Answers  


write a C code to reverse a string using a recursive function, without swapping or using an extra memory.

9 Answers   Motorola, TCS, Wipro,


Explain what math functions are available for integers? For floating point?

0 Answers  


HOW TO FIND OUT THE RREVERS OF A GIVEN DIGIT NUMBER IF IT IS INPUT THROUGH THE KEYBORD BY USING C LANGUAGE

3 Answers   Wipro,


Code for calculating square root without using library function, of math.h

4 Answers   IBM,






what is out put of the following code? #include class Base { Base() { cout<<"constructor base"; } ~Base() { cout<<"destructor base"; } } class Derived:public Base { Derived() { cout<<"constructor derived"; } ~Derived() { cout<<"destructor derived"; } } void main() { Base *var=new Derived(); delete var; }

3 Answers   Honeywell,


logic for generating all the combinations of the any number of given letters. ex::::::::: if a,b,c,d are given the o/p should be abcd,dcba,dbac,bcad,................ 4*3*2*1 combinations............

2 Answers   Infosys,


write a c program to calculate sum of digits till it reduces to a single digit using recursion

0 Answers   IBM,


How many bytes are occupied by near, far and huge pointers (dos)?

0 Answers  


Write a C++ program to give the number of days in each month according to what the user entered. example: the user enters June the program must count number of days from January up to June

0 Answers  


Why do we use main function?

0 Answers  


Is array a primitive data type in c?

0 Answers  


Categories