Definitions related basic coding of C++🤓💻
Here is the programming related definatrions of C++ ,
...... .
*/\* printf() & scanf() are the function
Which is declared as C header files .
1) printf = Used to print the character,
Result or output .
2) scanf = It is used to read character
and Value assign.
3) What is program ?
= program is nothing but the set of
instructions .
4) What is instruction ?
= Instructions are nothing but the commands given by the user to the compiler , it tells to the compiler to
do certain action or how to achieve
the goal of the program .
5) What is compiler ?
= Compiler is a software program that
transfroms a program or code written in high level language into a low level machine readable language .
6) What is Run ?
= Run is nothing but the command which is Executing the executable file or program .
7) What is User Defined function ?
= Function which are created by the C- programmer , So that they can use it many times . It reduces the complexity of a big program and optimize the code .
_____________________________________________
If this information is helpful for
you , then do like , comment & share this post
Thank you
******************************************
_____________________________________________
Comments
Post a Comment