Programmer

No posts with label c++. Show all posts
No posts with label c++. Show all posts

Program To Print Particular Line From File.

#include<fstream.h> #include<conio.h> #include<stdlib.h> void main() { ifstream fin; int count=0,num,l=1; char ...