Hi everyone,
I m really frustrated with the grading of my recent project submission, where I received a 0 10. I just verified if my submission was proper with the appropriate names and student IDs mentioned in the code and despite the code passing m...
Is it mandatory to maintain a data structure for virtual memory as an array of size 32? Coz I developed all the way without having virtual memory in mind.
No,regex.h is not permitted. regex.h may be a part of the system-provided POSIX library but you are only allowed to use the C11 standard library functions.
Refer this link to know the headers that you'll be allowed to use
https en.cppreference.com w...
Should there be an explicit condition check where the number of arguments passed in a function call matches the number of formal parameters in the function definition?
As it is given that
identifiers (variable and function names) consist of 1..12 lowercase alphabetic characters, such as budgie
Should there be an explicit condition check and throw errors on identifiers that exceed 12 characters and identifiers ...