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
List the difference between a 'copy constructor' and a 'assignment operator' in C?
What is the use of function in c?
program for reversing a selected line word by word when multiple lines are given without using strrev
What is the benefit of using const for declaring constants?
Where are some collections of useful code fragments and examples?
How can I recover the file name given an open stream or file descriptor?
Why do we use stdio h and conio h?
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff
What is a macro?
What is realloc in c?
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
Is fortran still used in 2018?
Calculate 1*2*3*____*n using recursive function??
What is the difference between new and malloc functions?
can we change the default calling convention in c if yes than how.........?