The C language terminator is
a.semicolon
b.colon
c.period
d.exclamation mark
Answer Posted / fazlur rahaman naik & praneeth
a is the answer.i.e semicolon.
| Is This Answer Correct ? | 20 Yes | 0 No |
Post New Answer View All Answers
What are the types of operators in c?
What is atoi and atof in c?
Explain how can you tell whether two strings are the same?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
how to construct a simulator keeping the logical boolean gates in c
Explain the difference between #include "..." And #include <...> In c?
What are the difference between a free-standing and a hosted environment?
What are actual arguments?
Explain what is #line used for?
Is c still used?
What does %p mean c?
List some of the dynamic data structures in C?
write an algorithm to display a square matrix.
What does #pragma once mean?