Which of the following character is used to terminate an instruction in a C program?
Answers
Answered by
1
Answer:
Strings are actually one-dimensional array of characters terminated by a null character '\0'. Thus a null-terminated string contains the characters that comprise the string followed by a null.
Answered by
1
Semicolon
Explanation:
The Semicolon in C programming language shows the end of the particular statement.
I hope my answer helps you .....✌
Similar questions