What would happen on forgetting [], while deallocating an array through new?
No Answer is Posted For this Question
Be the First to Post Answer
if there is binary tree which one is the easiest way to delete all child node?
What is the output of the following program? Why?
What happens when you make call 'delete this;'?
What is size of string in c++?
Differentiate between a constructor and a method in C++.
In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h
What are the uses of static class data?
write a C++ programming :if the no is between 32 to 50 it will be odd.
How do c++ struct differs from the c++ class?
Can a list of string be stored within a two dimensional array?
Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h
If we declare two macro with the same identifier without doing undef the first, what will be the result? eg: #define MAX_SIZE 100 #define MAX_SIZE 200 int table1[MAX_SIZE];