Answer Posted / chirag
C is object oriented language.
C is very easy language.
| Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
any "C" function by default returns an a) int value b) float value c) char value d) a & b
Why isn't any of this standardized in c? Any real program has to do some of these things.
What is typedef example?
What is difference between far and near pointers?
What is nested structure in c?
What is structure pointer in c?
Write a program to find factorial of a number using recursive function.
Explain the binary height balanced tree?
Why do we write return 0 in c?
What is LINKED LIST? How can you access the last element in a linked list?
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
What is the use of #include in c?
Can we declare variables anywhere in c?
Write program to remove duplicate in an array?
What is the difference between mpi and openmp?