Question 1
How are strings internally represented in C language?
Question 2
Why can't images be enhanced infinitely as depicted in movies?
Question 3
In C programming, what is a pointer?
Question 4
What is the significance of `NULL` in memory management?
Question 5
What tool is used in C to check for memory leaks and usage?
Question 6
What is the purpose of the `malloc()` function in C?
Question 7
Why is `strcmp()` used for comparing strings in C?
Question 8
What is the function of the asterisk (*) when used with pointers in C?
Question 9
What does FF represent in hexadecimal notation?
Question 10
What is the RGB color model used for in computing?
Question 11
What is a string type in C?
Question 12
Why is it important to duplicate data instead of just copying pointers in C?
Question 13
How does the use of `free()` in C affect dynamic memory?
Question 14
Which operation is NOT a part of file I/O in C?
Question 15
What role does the ampersand (&) play in C programming with respect to variables?