An array name contains base address of the array. Can we
change the base address of the array?
Answer Posted / sri
no , we cant change the base address.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Explain how to reverse singly link list.
Explain how do you list files in a directory?
What is a structure in c language. how to initialise a structure in c?
int far *near * p; means
Explain about block scope in c?
Which driver is a pure java driver
Explain how does flowchart help in writing a program?
How will you delete a node in DLL?
can anyone suggest some site name..where i can get some good data structure puzzles???
1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.
Which control loop is recommended if you have to execute set of statements for fixed number of times?
What are identifiers and keywords in c?
What are pointers really good for, anyway?
Why is not a pointer null after calling free?
What is difference between stdio h and conio h?