What are the string functions? List some string functions available in c.
When can you use a pointer with a function?
What is difference between far and near pointers?
What is use of null pointer in c?
Explain goto?
Differentiate between null and void pointers.
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
What type of function is main ()?
Write a program to use switch statement.
p*=(++q)++*--p when p=q=1 while(q<=6)
Is c++ based on c?
What is the difference between typedef and #define?
Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 10 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.
Explain b+ tree?
Which are low level languages?