Amitava has already mentioned multiple times during multiple lectures that there will be no code writing questions. At most he will give a code snipet and we will have to explain it. Please watch his lectures, it is actually useful
ANONYMOUS wrote
Normally half the exam is a writing C code by hand but since Amitava is teaching the unit now that may not be the case. You would have to ask him.
I can't quite understand the 2nd part of your question.
If p is a pointer of type T, the incrementing or decrementing of p will increase or decrease its value by sizeof(T).
The sizeof(T) is not always 4 - it literally depends on the amount of memory re...
I had a doubt in calculating the new value of 'p', when the operation of p or --p is performed. So this operation signifies that another consecutive element of the array is accessed. But what if the other element occupies the space greater than or ...
Thank you to the 126 (of 552) students that responded to our week-3 survey (quite a high response rate). You may find all responses, and (verbatim) comments at https teaching.csse.uwa.edu.au units CITS2002 feedback 2024 week3-survey
Good luck,
Hello Everyone,
This semester (today) we start with around 550 students enrolled. We'll spend part of the first lecture discussing how the unit will run this year, but first I'll head off some common questions that students are already asking by emai...