what is difference between declaring the pointer as int and
char in c language?
Answer Posted / karan
means of integer pointer a pointer variable which contains
a address of an integer value...means the address in the
pionter variable points to a integer type value....
And the means of chracter pointer, pionter variable is
contain a integer address of a character type value..
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
What is structure of c program?
Are pointers integers in c?
Can include files be nested? How many levels deep can include files be nested?
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
If null and 0 are equivalent as null pointer constants, which should I use?
application attempts to perform an operation?
Why use int main instead of void main?
How do you use a 'Local Block'?
Write a program to identify if a given binary tree is balanced or not.
Write a program to reverse a string.
What is extern storage class in c?
Explain what is the benefit of using enum to declare a constant?
What is the total generic pointer type?
What is the correct declaration of main?
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?