adplus-dvertising
frame-decoration

Question

Correct way of commenting a single line is

a.

/*printf("Hello C..");
printf("How are you.");

b.

//printf("Hello C..");
printf("How are you.");

c.

/*printf("Hello C..");
printf("How are you.");*/

d.

/printf("Hello C..");/
printf("How are you.");

Answer: (b).//printf("Hello C..");
printf("How are you.");

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Correct way of commenting a single line is