Answer Posted / rajendra
Line terminator is ;(semicolon)
c longuage terminator is } (last bracket of main)
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What are 'near' and 'far' pointers?
Why use int main instead of void main?
What happens if you free a pointer twice?
What is an operator?
What are the different types of errors?
What are structure members?
What is structure in c definition?
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
What's a good way to check for "close enough" floating-point equality?
code for quick sort?
What is character constants?
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
What is %s and %d in c?
What are the types of macro formats?