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 the difference between NULL and NUL?
Is fortran still used in 2018?
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
Is c++ based on c?
develop algorithms to add polynomials (i) in one variable
Give basis knowledge of web designing ...
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. 2) the Event Manager has to send participants to the stage to perform in the order in which they registered. Write a program that will help the Event Manager know who to call to the stage to perform. The Logic should be in Data Structures
What is a pointer in c?
What is the difference between c &c++?
Differentiate between static and dynamic modeling.
Can you mix old-style and new-style function syntax?
What is the hardest programming language?
Why we write conio h in c?
What is the difference between int main and void main?
Is null always defined as 0(zero)?