The C language terminator is
a.semicolon
b.colon
c.period
d.exclamation mark
Answer Posted / manju
a.semicolon
every statement in a ptogram which is written in c
language can be end with a semicolon. othewise it'l show a
error
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What is use of null pointer in c?
how to find binary of number?
Write a c program to demonstrate character and string constants?
What is the difference between array and pointer in c?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
What are the storage classes in C?
What is the collection of communication lines and routers called?
Where is c used?
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
How can I recover the file name given an open stream?
What is malloc return c?
How many levels deep can include files be nested?
What is meant by type casting?
Difference between Function to pointer and pointer to function
develop algorithms to add polynomials (i) in one variable