Answers for "c++ function comment example"

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
0

c++ comment

/* this is a comment. use /*
if you wanna close the comment. use this */
Posted by: Guest on February-11-2022

Browse Popular Code Answers by Language