Student Learning
Home
(current)
Aptitude
Class
FYBCA
SYBCA
TYBCA
Reading
About
FeedBack
Search
2.1 program for reference or dereference operator
2.2 show the use of pointer
2.3 illustrate NULL pointer
2.4 illustrate generic pointer
2.5 Illustrate near pointer
2.6 Illustrate huge pointer
2.7 To illustrate hufe pointer
2.8 Use of pointer a arithmetic operations
2.9 Illustrate multiple indirection
2.10 Program for call by value
2.11 swapping value of two variable using call by value
2.12 Call by reference
2.13 swapping value of two variable using call by reference
2.14 calculate sum of all element in an array
2.15 illustrate array of pointer
2.16 Program for passing pointer to function
2.17 Returning pointer from a function
2.18 Program of pointer to function
2.19 Program for memory allocation using malloc()
2.20 program for resizing and releasing memory