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

a=5 a=a++/++a

14 Answers   Bhel,


6)swap(int x,y) { int temp; temp=x; x=y; y=temp; } main() { int x=2;y=3; swap(x,y); } after calling swap ,what are yhe values x&y?

3 Answers  


what is difference between userlevel threads and kernel level threads ?what are the trades offs between these two approaches ? what approach is most frequently used and why ?

1 Answers  


hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell

0 Answers   Reliance,


code for concatination of 2 strings with out using library functions?

3 Answers  






What is a newline escape sequence?

0 Answers  


Is the exit() function same as the return statement? Explain.

0 Answers   Agilent, ZS Associates,


how can you print&scan anything using just one character? :) HINT: printf,scanf similer

2 Answers  


What is external and internal variables What is dynamic memory allocation what is storage classes in C

3 Answers  


What is clrscr in c?

0 Answers  


An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above

0 Answers  


the data type used for unlimited value in c and how to do this program

1 Answers  


Categories