Question:
What is the purpose of the semicolon(;) in languages?
Answer:
Semicolon for end of statement. Compiler easily identify compiler as end of statement. Source: CoolInterview.com
Answered by: Sreelaxmi | Date: 3/4/2009
| Contact Sreelaxmi
the purpose of ; in languages is to indicate it is the end of the sament; that is after ; the line will stop . Source: CoolInterview.com
Answered by: d.nagalakshmi | Date: 4/16/2009
| Contact d.nagalakshmi
the purpose of ; is to indicate it is the end of line. Source: CoolInterview.com
Answered by: nagalakshmi | Date: 4/16/2009
| Contact nagalakshmi
In most of programming languages ";" is used to terminate a single statement. i.e, every statement in program should terminate with semicolon. Ex: In c language printf("C program"); Source: CoolInterview.com
Answered by: T.Hari babu | Date: 9/12/2009
| Contact T.Hari babu
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|