Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

“Line Splicing in C++”

#include <iostream>
using namespace std;
int main () {
   //This is a comment line ending with back slash
  
   cout << "Line after comment" << endl;
   cout << "Next line";
}
Source by www.tutorialspoint.com #
 
PREVIOUS NEXT
Tagged: #Splicing
ADD COMMENT
Topic
Name
6+8 =