Posts

Showing posts from July, 2021

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...