Current Papers

Midterm Spring 2026
1,783 views
CS201 - CS201

02 Jun 2026 at 03:34 PM

Mcqs were super easy. All are from fisrt 100 mcqs shared by paradox.. Short question; 1.truth table of NOT(!expression) 2.identify each given function as string conversion or string manipulation long …

Mcqs were super easy. All are from fisrt 100 mcqs shared by paradox.. Short question; 1.truth table of NOT(!expression) 2.identify each given function as string conversion or string manipulation long question 1. write a code in c++where he /she have to enter his or her salary . check if their salary is more than 5000 than give output as "you have to pay your tax" . if not than "tax is not applicable!" 2.what will be output of following code #include<iostream> usingnamespace std void update age(int[]);//function prototype int main(){ int age[5]={10}; updateAge(age);//function calling for(int i=0;i<5;i++) { cout<<age[i]<< endl; }//end for loop }//end for main() void updateAge(int age[])//function definaion {age[3]=20; }

View Full Paper
Share
Shared by Sheikh Sakhi Subhan 1 month ago
© 2026 VUCTN. All rights reserved. v1.0.0