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 value is returned to operating system after program execution?
What is assignment operator?
Explain what is dynamic data structure?
What is pre-emptive data structure and explain it with example?
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
Why c is known as a mother language?
Differentiate between the expression “++a” and “a++”?
Difference between MAC vs. IP Addressing
What is the c value paradox and how is it explained?
What is strcmp in c?
Is sizeof a keyword in c?
What is the difference between functions getch() and getche()?
What does void main return?
What are the c keywords?
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?