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
What is a method in c?
What is the importance of c in your views?
What is "Hungarian Notation"?
Write a program to print factorial of given number without using recursion?
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
AMMONG THE 4 STROAGE CLASSES IN C, WHICH ONE FASTEST?
can we initialize all the members of union?
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
What is the difference between array_name and &array_name?
Q-1: Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college.
What is getch c?
wt is diference between int and int pointer as same as float and float pointer and char and char pointer