Which weighs more, a gram of feathers or a gram of gold?
Answer Posted / parimal kumar jha
equal
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Explain two-dimensional array.
What is wrong with this initialization?
Difference between macros and inline functions? Can a function be forced as inline?
Which header file should you include if you are to develop a function which can accept variable number of arguments?
How can I trap or ignore keyboard interrupts like control-c?
What is dynamic memory allocation?
I have seen function declarations that look like this
c language interview questions & answer
Tell me can the size of an array be declared at runtime?
What is the difference between if else and switchstatement
What is meant by type specifiers?
What is static memory allocation?
find out largest elemant of diagonalmatrix
What is a static function in c?
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +