Can you declare an array without a size in c++?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What is the use of object in c++?

0 Answers  


What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)

0 Answers  


an operation between an integer and real always yeilds a) integer result b) real result c) float result

0 Answers  


What is a stack c++?

0 Answers  


What is the difference between mutex and binary semaphore?

0 Answers  






Adobe Interview & Adobe Placement Paper

1 Answers   Adobe,


Are vectors faster than arrays?

0 Answers  


What is the difference between structure and class?

0 Answers  


Why seem interrupt handlers as member functions to be impossible?

1 Answers  


What is data abstraction? How is it different from data encapsulation?

0 Answers  


write a c++ program that gives output 1 1 2 1 2 3 1 2 3 4 1 2 3 4 5 using looping statement

2 Answers  


Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h

0 Answers  


Categories