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?
Write a code to determine the total number of stops an elevator would take to serve N number of people.
In a byte, what is the maximum decimal number that you can accommodate?
Write a program to know whether the input number is an armstrong number.
Can an array be an Ivalue?