What is the real difference between arrays and pointers?
Answer Posted / tapan
Array is slow compare to pointer
Is This Answer Correct ? | 46 Yes | 16 No |
Post New Answer View All Answers
Which header file should you include if you are to develop a function which can accept variable number of arguments?
What will be your course of action for a push operation?
What is the difference between the expression “++a” and “a++”?
Explain what is the difference between functions getch() and getche()?
What does return 1 means in c?
Do you know the use of 'auto' keyword?
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above
differentiate built-in functions and user – defined functions.
Can we change the value of #define in c?
What does void main () mean?
is it possible to create your own header files?
Differentiate between full, complete & perfect binary trees.
What is the difference between malloc() and calloc() function in c language?
What is clrscr ()?
What is getch?