why do we use << sign and semi colon ; ?
What is the purpose of << and semi colon ;
it is part of syntax use in c++
;  ->  it tell to the compiler that one line(one statement) is terminated here
<< it is an operator used to take input
 
      
    why do we use << sign and semi colon ; ?
it is part of syntax use in c++
;  ->  it tell to the compiler that one line(one statement) is terminated here
<< it is an operator used to take input