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 is an lvalue in c?
Can you please compare array with pointer?
What is the function of this pointer?
Difference between strcpy() and memcpy() function?
How do you search data in a data file using random access method?
What is c variable?
Is null valid for pointers to functions?
What is indirection? How many levels of pointers can you have?
Why is c used in embedded systems?
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion
What does 4d mean in c?
What are volatile variables in c?
number of times a digit is present in a number
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
What is the purpose of realloc()?