Answer Posted / satheesh.t
a)=
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Explain the red-black trees?
What is the difference between the = symbol and == symbol?
What is the use of #define preprocessor in c?
What is a file descriptor in c?
Why does notstrcat(string, "!");Work?
Is exit(status) truly equivalent to returning the same status from main?
c program for searching a student details among 10 student details
What is operator precedence?
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
When we use void main and int main?
Explain how can you determine the size of an allocated portion of memory?
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
What are the characteristics of arrays in c?
How is a null pointer different from a dangling pointer?
What are the types of data files?