English, asked by mohinidhanure, 1 month ago

b) #include <iostream.h>
#include<fstream.h>
int main()
1
char data[100);
ifstream ifile;
//create a text file before executing.
ifile.open ("text.txt");
while (!ifile.eof() )
ifile.getline (data, 100);
cout << data << endl;
ifile.close();
return 0;​

Answers

Answered by brainiests
0

Answer:

fufhfhcbfbfndfnnfd

d

dd

c

c

c

c

d

d.f.f

f

f

df

gf

g

g

g

g

g

g

Answered by thelay1805
0

Explanation:

) #include <iostream.h>

#include<fstream.h>

int main()

Similar questions