-->

Facebook

Jasper Roberts - Blog

Friday, October 10, 2014

Assignment 07

1. Explain malloc and calloc.
2. What is dynamic memory allocation? Explain it.

Assignment 06


1. What is structure? How do we declare and access structure variables?
2. Explain nested structure with example.

Assignment 05


1. List out the category of functions. Explain all with 
example.
2. Write a program to demonstrate the “call by value” and 
“call by reference” concept in C.

Assignment 04


1. What is array? What are the advantages to use array?
2. Explain following with example:
§  One dimensional array
§  Two dimensional array
§  Multi dimensional array

Assignment 03

1. Explain decision making with ‘if’ statement with    example.
2. Explain decision making with ‘if…else’ statement with example.
3. Explain nesting of ‘if…else’ with example.