Quiz 2

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Air University Islamabad

Quiz No. 02 Fall, 2023

Subject: Programming Fundamentals Total Marks: 10


Course Code: CS111 Due Date: 11/10/2023
Class: BSCS-I Time: 6:00 - 6:15
Semester: Fall 2023 FM Name: Iqra Ali
Section: B FM Signature:
CLO-2 | PLO-2

Question 1: Display the desired output for the following expressions.


C=5;
1) B= c++ - c-- ;
2) B= c-- - c++;
3) B= c++ - c-- + c++;
4) B= c++ - c-- - c--;

1) 2)

3) 4)

You might also like