We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1
Branch & Section : I CSE A & I EEE
Subject: Introduction to Programming
Assignment-II 1. What is an array? How to declare and initialize 1-D and 2-D Arrays with example 2. Write C Program to find largest element in the array of elements? 3. Explain the array of pointers with example 4. Compare and contrast structures and unions 5. What is function? Write c program to find factorial of number using functions. 6. Define recursion? Write c program to demonstrate recursion.