Introduction to Programming BR 23 Unit Wise Questions
Introduction to Programming BR 23 Unit Wise Questions
(AUTONOMOUS)
Course: I B.Tech I Semester Regulation: BR23
Name of the Subject: Introduction to Programming
Subject Code: 23ES1T04 Branch: CommontoAllbranchesofEngineering
UNIT IV(Functions&String):
22.What is Recursive? Categorization of User define Functions with suitable
examples
23.Demonstrate the Passing Parameter Techniques and Storage Classes with
example
24.Make use of String Handling Functions and explain about the any four
functions with suitable example
25. What are the Storage Classes(life time scope variables)
UNIT V(Structure&Files):
26.Difference between Structures and Union & Explain about declaration,
Initialization, accessing of structure with suitable example
27.Define typedef and enum of user define functions with examples
28.What are the File Modes and File Operations?
29.Discuss about the any four File Handling Functions in C with suitable
examples
30.What is the Random Accesses File? Give an suitable examples