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
Is null always defined as 0(zero)?
What are the advantages of using Unions?
What is the description for syntax errors?
Why main is not a keyword in c?
Explain how do you determine a file’s attributes?
how can u print a message without using any library function in c
What are static variables, and where are they stored?
What is the difference between int and float?
is c language is a object oreinted language?
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
int x=sizeof(!5.856); What will value of variable x?
Explain how can I convert a number to a string?