What is the default size allocated for array in the
statement if size not specified
" int a[] "
Answers were Sorted based on User's Feedback
Answer / tarun shedhani
It will result into an error saying "size of a is unknown or
zero"
| Is This Answer Correct ? | 45 Yes | 6 No |
Answer / tarun shedhani
It will result into an error saying "size of a is unknown or
zero"
| Is This Answer Correct ? | 21 Yes | 6 No |
Answer / nitish sahu
array is an user defined data type its default size is 2.
| Is This Answer Correct ? | 15 Yes | 4 No |
What is oops in programming?
why constructor cannt be declar virtually? why destructor cannt be overloaded?
What are the data types in oop?
Should you protect the global data in threads? Why or why not?
What Is a Polymorphism? How many types of polymorphism and whats that use in application?
There are 2 classes defined as below public class A { class B b; } public class B { class A a; } compiler gives error. How to fix it?
What is pure oop?
what uses of c++ language?
In c++ there is only virtual destructors, no constructors. Why?
Program to check whether a word starts with a capital letter or not.
i had specified the access specifier for abstarct class member like (pure virtual function) as private.But it can be accessed by the derived class.How the private member of one class is accessed by other class.if any body face this problem and found the solution plz reply to me.
Write a c++ program to display pass and fail for three student using static member function