Computer Science, asked by sushantjadhav1111200, 4 months ago

which of the following is appropriate position for writing comment in C Programming​

Answers

Answered by jessica12345679
2

Answer:

A comment starts with a slash asterisk /* and ends with a asterisk slash */ and can be anywhere in your program. Comments can span several lines within your C program. Comments are typically added directly above the related C source code.

Explanation:

Mark as Brainlist

Similar questions