Answer Posted / radha
dennis ritche
| Is This Answer Correct ? | 29 Yes | 6 No |
Post New Answer View All Answers
Can a program have two main functions?
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
Write a program to find factorial of a number using recursive function.
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
What is queue in c?
Difference between malloc() and calloc() function?
Should a function contain a return statement if it does not return a value?
How will you delete a node in DLL?
Can math operations be performed on a void pointer?
Iam a B.Tech graduate and completed my engineering in 2009, from 2005 to 2009 and after that i had done nothing.Now i want to do job and get into BPO field . Friends give me suggestions as what to say in interview... if they ask me that what would you had done ... these many years without doing job ??????? pls urgent
What are types of preprocessor in c?
Differentiate abs() function from fabs() function.
What is the stack in c?
What is class and object in c?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?