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 the output of the program #include<stdio.h> #include<conio.h> void main() {0 int i,j=20; clrscr(); for(i=1;i<3;i++) { printf("%d,",i); continue; printf("%d",j); break; } getch(); }
How do I determine whether a character is numeric, alphabetic, and so on?
void main() { int a[]={1,2,3,4,5},i; for(i=0;i<5;i++) printf("%d",a++); getch(); }
Write c-code for 5+55+555+5555+55555+555555+5555555. Output will be it's answer...
Table of Sudoku n*n
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
main() {char a[10]={1,2,3,4,5,6};int x; for(x=0;x<4;x++){ b[x]=x+'a';} printf("%s",b);}
what is real time system?what is the differance between hard and soft real time systems
int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer
if the address of a[1,1] and a[2,1] are 1000 and 1010 respectively and each occupies 2 bytes then the array has been stored in what order?
4 Answers Amazon, Apple, Bata, Google, NASA,
Why clrscr is used in c?
print out of string in this format; 1. "rajesh" 2. \n 3. %d