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
What is memcpy() function?
What is 1d array in c?
Are pointers integer?
What is function pointer c?
How many types of operator or there in c?
define string ?
Can we add pointers together?
What are dangling pointers in c?
How can a process change an environment variable in its caller?
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 ?
How many bytes are occupied by near, far and huge pointers (dos)?
What is static and auto variables in c?
Explain that why C is procedural?
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
What is meant by 'bit masking'?