An array name contains base address of the array. Can we
change the base address of the array?

Answer Posted / raja

No We cant change the base address of the array

Is This Answer Correct ?    19 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is console in c language?

628


what is a NULL Pointer? Whether it is same as an uninitialized pointer?

771


Explain what is the heap?

632


What is the meaning of typedef struct in c?

606


any "C" function by default returns an a) int value b) float value c) char value d) a & b

677






What is #pragma statements?

598


What are qualifiers in c?

580


What does == mean in texting?

681


How can a number be converted to a string?

617


What do mean by network ?

668


What is the function of this pointer?

685


Do you know the difference between exit() and _exit() function in c?

618


How to create struct variables?

601


I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.

1914


4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.

1735