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 language is windows 1.0 written?
Which one would you prefer - a macro or a function?
what is the significance of static storage class specifier?
What is pointer to pointer in c language?
What is the purpose of main( ) in c language?
how to find anagram without using string functions using only loops in c programming
Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.
Can we access the array using a pointer in c language?
When should I declare a function?
Write a simple code fragment that will check if a number is positive or negative.
When should a far pointer be used?
What is ponter?
Are bit fields portable?
What are the advantages of using macro in c language?
What is atoi and atof in c?