WordPress.com

1. To use increment and decrement operators in different programs. 2. To use assignment operators in different programs. Time in Minutes Topic Blooms Taxonomy Level-1 Teaching Methodology 5 Recap / Introduction: 25 Practice session-1: Ask the students to identify the output of the following code snippet. int i=3,y,x=4; y = i++ + x; printf(“%d ... ................
................