How many comment lines are present in the below program
main()
{
printf(\"Hello World in C //Comment \");
printf(\"Hello World in C \"); //Comment
//Comment printf(\"Hello World in C \");
}

Posted on by