

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
This quiz was taken by Sir Raza Muhammad at Quaid-i-Azam University for Introduction to Programming course. It includes: Computer, Programming, Subtraction, Result, Prototype, Return, Type, Valid, Function, Call
Typology: Exercises
1 / 3
This page cannot be seen from the preview
Don't miss anything!


int main () { int x; int c=200; int p; x=&c; p=x; cout << *x << endl; cout << p << endl; return(0); }
#include