Answer Posted / rajendiran
pointer is address of the variable and identified the
variable location. if the pointer used to avoid the memory
wastage....
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is an lvalue in c?
Is c call by value?
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
What are the types of pointers in c?
What is data structure in c language?
What was noalias and what ever happened to it?
What is quick sort in c?
Write a program to check palindrome number in c programming?
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
What is a loop?
What are the types of pointers?
Can a pointer be static?
#include
Implement bit Array in C.
about c language