Explain the difference between null pointer and void pointer.
Explain the Difference between the New and Malloc keyword.
The statement, int(*x[]) () what does in indicate?
find the sum of two matrices and WAP for it.
Write a program with dynamically allocation of variable.
Write a program for finding factorial of a number.
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
Difference between constant pointer and pointer to a constant.
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
Can include files be nested? How many levels deep can include files be nested?
What is the difference between a free-standing and a hosted environment?
Write a code on reverse string and its complexity.
What is a structure and why it is used?
Give differences between - new and malloc() , delete and free() ?
Can a function argument have default value?