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


Please Help Members By Posting Answers For Below Questions

how to capitalise first letter of each word in a given string?

1434


Can stdout be forced to print somewhere other than the screen?

627


What are the advantages and disadvantages of pointers?

578


shorting algorithmS

1803


How to write a code for implementing my own printf() and scanf().... Please hep me in this... I need a guidance... Can you give an coding for c... Please also explain about the header files used other than #include...

4904






What is storage class?

654


Explain what are binary trees?

613


printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions

636


the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function

762


#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }

666


What is #include stdio h and #include conio h?

603


How can I generate floating-point random numbers?

606


Explain pointer. What are function pointers in C?

628


Is c is a middle level language?

597


What is the difference between a function and a method in c?

560