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

GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA

0 Answers  


How do I read the arrow keys? What about function keys?

0 Answers  


How many header files are in c?

0 Answers  


Explain what is dynamic data structure?

0 Answers  


what will be the output: main(){char ch;int a=10;printf("%d",ch);}

36 Answers   Accenture, TCS, Wipro,






What is volatile

2 Answers  


largest Of three Number using without if condition?

0 Answers  


How do you list files in a directory?

0 Answers  


What 'lex' does?

0 Answers   Tech Mahindra,


The program will first compute the tax you owe based on your income. User is prompted to enter income. Program will compute the total amount of tax owed based on the following: Income Tax 0 - $45,000 = 0.15 x income $45,001 - $90,000 = 6750 + 0.20 x (income – 45000) $90,001 - $140,000 = 15750 + 0.26 x (income – 90000) $140,001 - $200,000 = 28750 + 0.29 x (income – 140000) Greater than $200,000 = 46150 + 0.33 x (income – 200000) Dollar amounts should be in dollars and cents (float point numbers with two decimals shown). Tax is displayed on the screen.

0 Answers   Microsoft,


How will you allocate memory to double a pointer?

1 Answers  


helllo sir , what is the main use of the pointer ,array ,and the structure with the example of a programe

2 Answers  


Categories