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
1. Write a c pgm to print 1 to 100 without using loops. 2. Write a c pgm for leap year 3. Write a c pgm fibbonacci series,factorial 4. Write a c pgm count no of lines , blanks, tabs in a para(File concept) 5. Write a c pgm to print the letter as per given condition i.e.. if u give 4 out put should b 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 6.how do get the o/p in number from 1 to 100 in the screen without using control statement? 7. who do u print the word "hello world" without using "printf" statement? 8. write sql program to get the detail of student in a class? Definitions: structure union arrays linkedlist macros directives difference b/w pre processorsDiffrence: 1.Constructors and destructors 2.Structure and Union 3.Array and Lists 4.pre processor... 5. Privillages in C++ 6.structure and union 7.break and continue 8.while and dowhile Pgm..
Write a C program to count the number of email on text
Why is struct padding needed?
What is the difference between constant pointer and constant variable?
What is the use of ?
What is the main difference between calloc () and malloc ()?
How many types of linked lists what are they? How many types of data structures?
18 Answers BSNL, Pivotal Software,
Explain low-order bytes.
What is an operator?
what is the output of the program and explain why?? #include<stdio.h> void main ( ) { int k=4,j=0: switch (k) { case 3; j=300; case 4: j=400: case 5: j=500; } printf (ā%d\nā,j); }
Whats s or c mean?
Explain what is the benefit of using an enum rather than a #define constant?