Explain what standard functions are available to manipulate strings?
Explain how are portions of a program disabled in demo versions?
Explain what is a 'locale'?
Explain what is the difference between far and near ?
Explain how can I convert a number to a string?
Explain what is operator promotion?
Explain how do you generate random numbers in c?
Explain how can a program be made to print the name of a source file where an error occurs?
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
Explain what is the benefit of using enum to declare a constant?
Explain how many levels deep can include files be nested?
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
Explain how do you list a file’s date and time?
Explain what is meant by 'bit masking'?
Explain can static variables be declared in a header file?