What is the real difference between arrays and pointers?

Answer Posted / raja

answer#1

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain function?

667


What are Macros? What are its advantages and disadvantages?

651


What is difference between scanf and gets?

616


difference between object file and executable file

6102


Explain what are multidimensional arrays?

607






How do I swap bytes?

634


‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.

1881


main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none

728


application attempts to perform an operation?

1497


What is the difference between %d and %i?

598


What is the difference between procedural and functional programming?

523


What tq means in chat?

584


void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply

2232


what is event driven software and what is procedural driven software?

2019


Explain how to reverse singly link list.

612