How many different levels of pointers are there?
No Answer is Posted For this Question
Be the First to Post Answer
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
What is the difference between the functions memmove() and memcpy()?
Define a nested class.
In how many ways we can initialize an int variable in C++?
Differentiate between declaration and definition.
Write a program which uses functions like strcmp(), strcpy()? etc
Explain the difference between new() and malloc() in c++?
Difference between strdup and strcpy?
There is a array of 99 cells and we have to enter 1-100 elements in it , no two elements would repeat , so the is one no. missing because 99 cells and 1-100 nos. so we had to implement a function to find that missing no.
Function can be overloaded based on the parameter which is a value or a reference. Explain if the statement is true.
How a modifier is similar to mutator?
What is a "RTTI"?