Answer Posted / sandeep
when compared pointers work fast ,beacause:
1.array too is pointer
eg:char s[20];
gets(s);
here we are supplying base address.
2.array notation will be inter coverted as pointers
where we can directly use pointers.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between exit() and _exit() function?
What is wrong with this statement? Myname = 'robin';
What are the usage of pointer in c?
Is fortran still used today?
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
What is spark map function?
How are 16- and 32-bit numbers stored?
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
What is the use of #include in c?
difference between native and cross compilers
What are enums in c?
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
what are bit fields? What is the use of bit fields in a structure declaration?