Menu bar

Monday, April 21, 2014

CPU ASSIGNMENTS

Assignment 4(Array & Pointer)


1 List the advantages and limitations of Arrays in C
2 what is Pointer? And need of pointers.
3 explain the pointers in C with proper syntax and examples.
4 How to initialize the pointer?
5 Difference between Pointers and Arrays

Assignment 5(Functions & String)


1 List out categories of functions of C. Explain any one category with example
2 what is user defined function? Explain types of functions with example
3 Explain function prototype.
4 Define function with different parameters.
5 Explain function call with example
6 Explain actual argument and formal argument in function
7 Difference between call by value v/s call by reference with example
8 what is scope, visibility and life time of variables in function?
9 what do you mean by local and global variables? Give their scope and life time and compare them
10 Explain storage class specifiers in detail
11 what do you mean by recursive function? Explain with example
12 what is string? Explain various string handling functions

Assignment 6 (Structure & Union)


1 Difference between structure v/s union
2 what is structure? How do we declare and access structure variables?

3 Explain various ways to access the structure members with proper syntax in C language

** last date of submission was 28/04/14 which has been extended to 30/04/14

No comments:

Post a Comment