If you attend class on
11/8,
you will have a chance to do this
assignment in-class for the
C29 grade
Write the x64 for the snippet below
int bar(int t){
t = 7;
}
int main(){
int a;
bar(1);
}
If you skip class on 11/8,
you should complete the above assignment on your own.
Turn your work in on Canvas to the C29 folder by 11:59 PM on 11/10 (the Sunday following 11/8).