Advertisement

Introduction to programming Cs201 Fresh midterm paper

exam of cs201
ok listen carefully
x = 5
y = x++;
tell the y value
same question
x = 5;
x = ++;
tell the x value
write a program to computer the avrage of a cricketer which is enterd by the users.
show the avrage displayed
copy one array data to other array.
there was less paper from the File handling.
show the out put of this program
int a;
for(i=0;i<5;i++)
{

a = i * 2;
cout<<"a";
}
make a arthmatic calculator.
what is compiler?
then alot of mcq's from deitle and dietle book. So consult with that one.
0 Responses