Answers for "c++ how does commenting work"

C++
1

comment in c++

// 1.This is a single line comment

/* 2. This is a
	multi-line comment */
Posted by: Guest on May-29-2021

Browse Popular Code Answers by Language