Mathematics IV
NA × NA
Engineering Physics Lab
1 × ₹800
Environmental Science
1 × ₹800
Engineering Graphics
1 × ₹800
Programming for problem solving using C Lab
1 × ₹800
MathematicsI
1 × ₹800
Engineering Physics
NA × NA
Programming for Problem Solving
1 × ₹800
Applied Physics
NA × NA
Programming and programming Languages R13
NA × NA
Engineering Graphics R13
1 × ₹800
Engineering Workshop R13
1 × ₹800
Engineering Physics I R13
NA × NA
Computer Programming in C del
NA × NA
Engineering Mechanics R13
NA × NA
MathematicsI R13
NA × NA
Professional Communication in English R13
1 × ₹800
Engineering Chemistry R13
NA × NA
Engineering Physics Lab R13
NA × NA
Basic Electrical and Electronics Engineering R13
NA × NA
Computer Programming in C Lab R13
NA × NA
MathematicsII R13
1 × ₹800 Subtotal: ₹8000
/*
*/ ?>
Functions - Designing Structured Programs
Def : Function is a sub part of program used to perform specific task and is executed individually.
The length of the source program can be reduced.
It is easy to locate and isolate a faculty function.
E.g. Performing arithmetic operations on 2 numbers
1.1 take 2 numbers a, b
1.2 sum, c = a + b
1.3 print sum
0 Doubts's