#include //myFile_fgetpos2.cpp // comparing printf and cout //FILE of C with I/O of C++ // with // reading dynamic block vs preconceived streaming using namespace std; void readfile(char *); int main() { FILE *fp; fpos_t pos, pos1; char buffer[100]; char *filename= "Filegetpos1.txt"; // cout<<"\n file conts with gets \n"; readfile(filename); cout<