Search
 
SCRIPT & CODE EXAMPLE
 

CPP

C++ Multi-line comments

/* declaring a variable
to store salary to employees
*/
int salary = 2000;
Comment

multiline comment in C++

/*
Multiline comments
like this
*/

Statement out of multiline comment
Comment

c++ comment out multiple lines

Ctrl+Shift+/
Comment

PREVIOUS NEXT
Code Example
Cpp :: what is function c++ 
Cpp :: what was the piep piper app 
Cpp :: put function in cpp 
Cpp :: C++ cout iostream 
Cpp :: struct node 
Cpp :: C++ String Concatenation Example 
Cpp :: how to pass an array by reference in c++ 
Cpp :: Basic Input / Output in C++ 
Cpp :: C++ if...else...else if statement 
Cpp :: c++ delete printed characters 
Cpp :: cpp malloc 
Cpp :: c++ classes 
Cpp :: How to pass a multidimensional array to a function in C and C++ 
Cpp :: remove element from c++ 
Cpp :: first and last digit of a number in c++ 
Cpp :: dangling pointer 
Cpp :: cpp custom exception 
Cpp :: tr bash 
Cpp :: sort an array in c++ 
Cpp :: queue 
Cpp :: remove duplicates from sorted list leetcode solution in c++ 
Cpp :: bool nullable to bool c# 
Cpp :: Maximum Pairwise Modular Sum codechef solution in c++ 
Cpp :: c++ *agrs 
Cpp :: no of balanced substrings 
Cpp :: C++ Relational Operators 
Cpp :: true false operator 
Cpp :: c++ Testing implementation details for automated assessment of sorting algorithms 
Cpp :: txt to pdf CPP 
Cpp :: delete item from linked list in c++ 
ADD CONTENT
Topic
Content
Source link
Name
8+2 =