First Unit Test Question Bank: Program: - Computer Engineering Group: CM/IF Course Title: Programming in C (PIC)
First Unit Test Question Bank: Program: - Computer Engineering Group: CM/IF Course Title: Programming in C (PIC)
Semester: - II
Course Abbr & Code:-PIC (312303) Scheme: K
-Token
-Operator
-Identifier
17.What is looping?
-while loop.
-do-while loop.
26.How to declare and initialize one dimensional array? 27.What is character array?
30. Write a program to accept ten numbers in an array. Sort array elements and
display it.