Explain what is the difference between #include and #include 'file' ?
explain what is a newline escape sequence?
Explain how do you determine a file’s attributes?
Explain what is #line used for?
Explain what are the advantages and disadvantages of a heap?
Explain what is the benefit of using const for declaring constants?
Explain what are preprocessor directives?
Explain can you assign a different address to an array tag?
Explain how can you tell whether two strings are the same?
Explain what is the use of a semicolon (;) at the end of every program statement?
Explain how can you avoid including a header more than once?
Explain how do I determine whether a character is numeric, alphabetic, and so on?
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
Explain how do you view the path?
Explain what does it mean when a pointer is used in an if statement?