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
Explain main function in c?
What is meant by gets in c?
what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555
How can I make it pause before closing the program output window?
What is a program flowchart?
What is static and volatile in c?
What is difference between structure and union?
What is a wrapper function in c?
What are the types of data files?
How are portions of a program disabled in demo versions?
writ a program to compare using strcmp VIVA and viva with its output.
When a c file is executed there are many files that are automatically opened what are they files?
write a program to copy the string using switch case?
What does 4d mean in c?
What do you mean by invalid pointer arithmetic?