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 are different storage class specifiers in c?

752


PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE

1567


what is a function method?give example?

2019


What is class and object in c?

685


What is the difference between union and structure in c?

675






The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference

767


What is #include stdio h and #include conio h?

681


What is 2 d array in c?

653


What does 2n 4c mean?

859


Is null a keyword in c?

829


Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.

756


write a program fibonacci series and palindrome program in c

718


When should the register modifier be used? Does it really help?

699


Differentiate between new and malloc(), delete and free() ?

780


What is multidimensional arrays

742