Computer Science, asked by nehakausar222, 8 months ago

what are the three uses of , and ; in c program?

Answers

Answered by srajfaroquee
2

Answer:

, (comma) is used to separate two similar element or variables and

; (semi-colon) is used to determine the end of a statement.

for example;

int x,y,z  ;

here, x y and z are variables of similar datatype and semi-colon ( ; ) indicates that it is the end of statement .

** Please mark this ans as Brainliest answer. Thank you!

Similar questions