What is the Maximum Size that an Array can hold?
Answer Posted / abi
it is NULL value
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What are the advantages of using pointers in a program?
what are the characteristics of Class Members in C++?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create
What is the extension of c++?
write asingle linked list which read from two list & the do the following 1 sort the prime & nonprime num (prime should be less tn nonprime) 2 each node has a prime num followd by nonprime 3 add a new node into its sutable plce 4 erase the most three duplicated non prime num 5 find the least duplicated prime num
What is endl c++?
What is private public protected in c++?
Is overriding possible in c++?
What do you mean by “this” pointer?
What are the c++ access specifiers?
How is modularity introduced in C++?
What jobs can you get with a c++ certification?
What are member functions used in c++?
What do you understand by a pure virtual member function?
What does it mean to declare a destructor as static?