wt is diference between int and int pointer as same as
float and float pointer and char and char pointer

Answer Posted / mohit (firozabad, a.d.college)

Pointer is a variable that hold the address of another
variable so address always integer type
The pointer type can not be char,float, etc

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is memcpy() function?

848


What is 1d array in c?

846


Are pointers integer?

765


What is function pointer c?

788


How many types of operator or there in c?

843


define string ?

860


Can we add pointers together?

820


What are dangling pointers in c?

829


How can a process change an environment variable in its caller?

923


we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?

1032


How many bytes are occupied by near, far and huge pointers (dos)?

905


What is static and auto variables in c?

791


Explain that why C is procedural?

898


a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list

839


What is meant by 'bit masking'?

1120