Answer Posted / viji
It doesn't return any value
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is static memory allocation?
What is an auto keyword in c?
What is d scanf?
Is there a way to switch on strings?
What is typedef?
Why we use void main in c?
can anyone suggest some site name..where i can get some good data structure puzzles???
Why can't I perform arithmetic on a void* pointer?
Why do we use stdio h and conio h?
How can I ensure that integer arithmetic doesnt overflow?
Differentiate between a for loop and a while loop? What are it uses?
Explain 'far' and 'near' pointers in c.
What is the difference between typedef struct and struct?
What is zero based addressing?
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +