wt is diference between int and int pointer as same as
float and float pointer and char and char pointer
Answer Posted / herok
int variable takes interger values but int pointer can take
address of an integer variable and also int variable takes
mainly 2 bytes and int pointer takes 4 bytes of memory
space.
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
Linked lists -- can you tell me how to check whether a linked list is circular?
Does c have an equivalent to pascals with statement?
What is the explanation for the dangling pointer in c?
Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc
What are data types in c language?
Subtract Two Number Without Using Subtraction Operator
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
Write a program to reverse a given number in c?
How can I get random integers in a certain range?
Is Exception handling possible in c language?
What are the different types of control structures?
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.
What are the types of data files?
Explain how can I read and write comma-delimited text?
How to throw some light on the b tree?