01What is the significance of the #include directive?
02In the standard 'int main()' signature, what does the 'int' signify?
03Which memory segment contains the compiled machine code instructions?
04What is the purpose of the semicolon (;) in C?
05Which function is used to print formatted text to the console in the standard library?