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 are different storage class specifiers in c?
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
what is a function method?give example?
What is class and object in c?
What is the difference between union and structure in c?
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
What is #include stdio h and #include conio h?
What is 2 d array in c?
What does 2n 4c mean?
Is null a keyword in c?
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.
write a program fibonacci series and palindrome program in c
When should the register modifier be used? Does it really help?
Differentiate between new and malloc(), delete and free() ?
What is multidimensional arrays