-symbol is used to terminate each statement of c language
Answers
Answered by
0
Answer:
;
Explanation:
To terminate each statement semicolon is used which is denoted as ;
eg. printf("hello there");
Similar questions