Computer Science, asked by vishaljackson30, 5 months ago

Which of the following character is used to terminate an instruction in a C program? ​

Answers

Answered by ashi1532
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 sreyasinharkl
1

hello

Semicolon

Explanation:

The Semicolon in C programming language shows the end of the particular statement.

I hope my answer helps you .....

Similar questions