Answers for "Which of the following is used for comments in C++?"

C++
0

c++ comment

// Comment here
/*
	Comment
    Here...
*/
Posted by: Guest on April-08-2021
0

comment in C++

// This is a Comment
/*
This is a Comment
*
Posted by: Guest on August-23-2021

Code answers related to "Which of the following is used for comments in C++?"

Browse Popular Code Answers by Language