y is <studio.h> and <conio.h> is used in programming

y not? stdio.h is not used in c++ programs, only C programs. conio.h is not recommended because its no-standard and not supported by very many compilers.

stdio.h defines FILE structure and associated functions. This is for file read/write. In c++ programs we would use <fstream> instead of stdio.h

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.