Pages

Tuesday, December 21, 2010

MCA FOP Assignment - 4

Subject    : Fundamentals of Programming
Subject Code    : 610001
Department    : MCA
Assignment Date    : 22nd Nov, 2010
Submission Date    : 29th Nov, 2010

1.What is a pointer? Why are they important?
Explain NULL Pointer, Void Pointer,  and Dangling Pointer.
2.Differentiate : Array Vs. Pointer
3.Explain following Concepts with Example.
(a) Array of Pointer
(b) Pointer to Array
(c) Pointers to Pointers
(d) Pointer to Function
4.List Functions used in Dynamic Memory Allocation and Explain with Syntax and Example
5.Explain Scope and Lifetime of Variable in C Program.
6.Explain different Storage Class in C with example.