studentsuvidha

Full Version: Intro to Programming IPU Btech first year notes and question paper free download
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
QUESTION PAPERS:-
SYLLABUS:-

UNIT I 
Concept of algorithms, Flow Charts, Overview of the compiler ( preferably GCC) , Assembler, linker and loader , Structure of a simple Hello World Program in C, Overview of compilation and execution process in an IDE ( preferably Code Block)

UNIT II 
Programming using C: Preprocessor Directive, C primitive input output using get char and put char , simple I/O Function calls from library , data type in C including enumeration , arithmetic, relational and logical operations, conditional executing using if, else, switch and break .Concept of loops , for, while and do-while , Storage Classes: Auto, Register, Static and Extern

UNIT III 
Arrays (one and two dimensional), 2-d arrays used in matrix computation. Concept of Sub-programming, functions. Parameter transmission schemes i.e. call by value and call by reference, Pointers, relationship between array and pointer, Argument passing using pointers, Array of pointer, passing arrays as arguments 

UNIT IV 
Structure and unions , Strings and C string library, File Handling in C Using File Pointers,fopen( ), fclose( ),Input and Output using file pointers, Character Input and Output with Files , String Input / Output Functions , Formatted Input / Output Functions,Block Input / Output Functions, Sequential Vs Random Access Files , Positioning the File Pointer