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 the difference between fread and fwrite function?
What is the difference between array and pointer in c?
What is the purpose of the preprocessor directive error?
What is the purpose of 'register' keyword in c language?
Where static variables are stored in c?
Explain the term printf() and scanf() used in c language?
How do you write a program which produces its own source code as output?
What is indirection? How many levels of pointers can you have?
Write a program to generate random numbers in c?
What are the 4 types of programming language?
What are the main characteristics of c language describe the structure of ac program?
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
Tell me can the size of an array be declared at runtime?
What are the uses of a pointer?
What does sizeof return c?