what is pointer?

Answer Posted / anantha sharma

Pointer is a variable that holds address of a memory location

Is This Answer Correct ?    21 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the purpose of the preprocessor directive error?

667


what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?

1442


#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }

772


Why do we use header files in c?

569


How can I pad a string to a known length?

603






What is operator promotion?

615


Explain the term printf() and scanf() used in c language?

584


What is array of structure in c programming?

741


What is the difference between typedef struct and struct?

585


What is the use of linkage in c language?

603


What is the g value paradox?

627


What are the valid places to have keyword “break”?

642


Why is c called a structured programming language?

662


What is an auto variable in c?

740


By using C language input a date into it and if it is right?

563