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
how to create duplicate link list using C???
What is the advantage of using #define to declare a constant?
0 Answers Agilent, ZS Associates,
What is an anonymous union and where to apply that ?
Can u please send me the exam pattern and also Previous papers to javed123go@gmail.com
Why isn't any of this standardized in c? Any real program has to do some of these things.
What are the data types present in c?
which is the best antivirus and how to update it
How can I do serial ("comm") port I/O?
What is a static function in c?
YBJBU6
f1() { f(3);} f(int t) { switch(t); { case 2: c=3; case 3: c=4; case 4: c=5; case 5: c=6; default: c=0;} value of c?
What is the use of a static variable in c?