top of page

Comments in C++ Program

  • Writer: -A
    -A
  • Jan 25, 2020
  • 1 min read

For single line comments, use // before mentioning comment, like


ree

For multiple line comment, enclose the comment between /* and */


ree

Comments


Post: Blog2_Post

Subscribe Form

Thanks for submitting!

  • Instagram
  • Facebook

©2020 by C++ Programming. Proudly created with Wix.com

bottom of page