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 |
Can an array be an Ivalue?
Is c dynamically typed?
write a function for strtok()??
if p is a string contained in a string?
What are the types of variables in c?
What does stand for?
main() { char x; while(x=0;x<=255;x++) printf("\nAscii value %d Charater %c",x,x); }
What is the return type of sizeof?
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
What is a sequential access file?
What is pointer to pointer in c language?
What is the method to save data in stack data structure type?