What are pointers in C?

Answer Posted / esakkimuthu.s.

pointer is a variable which contain the address of another variable.pointer variable must be declare with * operator

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is null pointer in c?

752


What are the 5 types of organizational structures?

765


Why is c called c?

776


void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }

1473


Explain what is the benefit of using const for declaring constants?

790


Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.

3385


What is sizeof array?

801


Describe the header file and its usage in c programming?

814


What are c header files?

773


What is a double c?

764


praagnovation

2010


which is conditional construct a) if statement b) switch statement c) while/for d) goto

980


What is a static function in c?

831


What are the features of c language?

816


When would you use a pointer to a function?

790