CS3251 Important Questions PROGRAMMING IN C
CS3251 Important Questions PROGRAMMING IN C Regulation 2021 Anna University free download. PROGRAMMING IN C Important Questions CS3251 pdf download free.
UNIT I BASICS OF C PROGRAMMING
UNIT II ARRAYS AND STRINGS
UNIT III FUNCTIONS AND POINTERS
UNIT IV STRUCTURES AND UNION
UNIT V FILE PROCESSING
COURSE OBJECTIVES:
To understand the constructs of C Language.
To develop C Programs using basic programming constructs
To develop C programs using arrays and strings
To develop modular applications in C using functions
To develop applications in C using pointers and structures
To do input/output and file handling in C
TEXT BOOKS: CS3251 Important Questions PROGRAMMING IN C
1. ReemaThareja, “Programming in C”, Oxford University Press, Second Edition, 2016.
2. Kernighan, B.W and Ritchie,D.M, “The C Programming language”, Second Edition,
Pearson Education, 2015.
UNIT IV STRUCTURES AND UNION 9
Structure – Nested structures – Pointer and Structures – Array of structures – Self referential
structures – Dynamic memory allocation – Singly linked list – typedef – Union – Storage classes
and Visibility.
REFERENCES: CS3251 Important Questions PROGRAMMING IN C
1. Paul Deitel and Harvey Deitel, “C How to Program with an Introduction to C++”, Eighth
edition, Pearson Education, 2018.
2. Yashwant Kanetkar, Let us C, 17th Edition, BPB Publications, 2020.
3. Byron S. Gottfried, “Schaum’s Outline of Theory and Problems of Programming with C”,
McGraw-Hill Education, 1996.
4. Pradip Dey, Manas Ghosh, “Computer Fundamentals and Programming in C”, Second
5. Edition, Oxford University Press, 2013.
6. Anita Goel and Ajay Mittal, “Computer Fundamentals and Programming in C”, 1st
Edition, Pearson Education, 2013.
UNIT II ARRAYS AND STRINGS
Introduction to Arrays: Declaration, Initialization – One dimensional array –
Two dimensional arrays – String operations: length, compare, concatenate, copy – Selection
sort, linear and binary search.
UNIT III FUNCTIONS AND POINTERS
Modular programming – Function prototype, function definition, function call, Built-in functions
(string functions, math functions) – Recursion, Binary Search using recursive functions –
Pointers – Pointer operators – Pointer arithmetic – Arrays and pointers – Array of pointers –
Parameter passing: Pass by value, Pass by reference.
CS3251 Important Questions PROGRAMMING IN C Click Here To Download