An array name contains base address of the array. Can we
change the base address of the array?
Answers were Sorted based on User's Feedback
Answer / sandeep rehlan
Not, we cann'e base change the base address of the array
because base address is a constant value.
like
int const i=5;
i++;
in this case i cann't be incremented. So, the base address
cann't be incremented.
| Is This Answer Correct ? | 6 Yes | 1 No |
It's not possible , address is an default we can't change
that value
| Is This Answer Correct ? | 4 Yes | 3 No |
Write a program to generate the Fibinocci Series
Explain how can type-insensitive macros be created?
int far *near * p; means
#include<stdio.h> #include<conio.h> void main() { int m=0111,n=20; printf("%d%d\n",m,n); getch(); }
could u able to tell about suresoft technical session
what is the flow of execution in cprogram? ex:printf();,scanf();
A program to write a number of letters and numbers, such as counting and display
how can i include my own .h file EX:- alex.h like #include<alex.h>, rather than #include"alex.h"
what are advantages of U D F?
Add 2 64 bit numbers on a 32 bit machine
3 Answers EMC, Hyderabad Central University, NetApp,
Can we include one C program into another C program if yes how?
Explain the difference between malloc() and calloc() function?