Read the following data in two different files

File A: aaaaaaaadddddddd
bbbbbbbbeeeeeeee
ccccccccffffffff


File B: 11111111
22222222
33333333


By using the above files print the following output or
write it in the
Other file as follows

aaaaaaaa11111111dddddddd
bbbbbbbb22222222eeeeeeee
cccccccc33333333ffffffffffff


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

program for following output using for loop? 1 2 3 4 5 2 3 4 5 3 4 5 4 5 5

8 Answers   Infosys,


how to connect oracle in C/C++.

3 Answers   TCS, Wipro,


1. Write the function int countchtr(char string[ ], int ch); which returns the number of times the character ch appears in the string. Example, the call countchtr(“She lives in NEWYORK”, ‘e’) would return 3.

4 Answers  


Is it possible to run a c program without using main?If yes HOW??

13 Answers   Wipro,


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

2 Answers   HCL,






Is c pass by value or reference?

0 Answers  


why u join this call center?

6 Answers   DELL,


What is typedef struct in c?

0 Answers  


Is r written in c?

0 Answers  


What is meant by keywords in c?

0 Answers  


What are the types of type qualifiers in c?

0 Answers  


what does data structure mean?

8 Answers  


Categories