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 is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
write a program to rearrange the array such way that all even elements should come first and next come odd
Is c programming hard?
How can I get random integers in a certain range?
What are the types of functions in c?
Simplify the program segment if X = B then C ← true else C ← false
Write a program to print fibonacci series without using recursion?
Which is the best website to learn c programming?
What are the 3 types of structures?
How can I make sure that my program is the only one accessing a file?
Why is c known as a mother language?
Why c is called a middle level language?
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
Why main is used in c?
What is external variable in c?