The C language terminator is
a.semicolon
b.colon
c.period
d.exclamation mark
Answers were Sorted based on User's Feedback
Answer / fazlur rahaman naik & praneeth
a is the answer.i.e semicolon.
| Is This Answer Correct ? | 20 Yes | 0 No |
Answer / 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 |
Answer / vivek kumar
Terminator in the 'C' language is
semicolon
| Is This Answer Correct ? | 5 Yes | 2 No |
What is a header file?
When is an interface "good"?
Why isnt there a numbered, multi-level break statement to break out
How do we declare variables in c?
Explain a pre-processor and its advantages.
write a program that will accept two integers and will implement division without using the division operator if the second value is an odd number and will implement multiplication without using multiplication operator if the second value is an even number.
What are comments and how do you insert it in a C program?
which types of data structure will i use to convert infix to post fix???
How can I do graphics in c?
Tell us two differences between new () and malloc ()?
how to use virual function in real time example
In C, What is the #line used for?