The C language terminator is
a.semicolon
b.colon
c.period
d.exclamation mark
Answer Posted / likhit gatagat
semicolon
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Why enum is used in c?
How do you do dynamic memory allocation in C applications?
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
Why calloc is better than malloc?
Does c have enums?
What is "Hungarian Notation"?
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
How can I do graphics in c?
What is an lvalue?
What is 1d array in c?
What is the purpose of scanf() and printf() functions?
Write a code to remove duplicates in a string.
write a program to rearrange the array such way that all even elements should come first and next come odd
What is hashing in c?
Which is better malloc or calloc?