how many controls can we place on single form.



how many controls can we place on single form. ..

Answer / yash

256 maximum

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More C++ General Interview Questions

What are the popular tools used to detect memory leaks in c++

4 Answers   TATA,


In a class, there is a reference or pointer of an object of another class embedded, and the memory is either allocated or assigned to the new object created for this class. In the constructor, parameters are passed to initialize the data members and the embedded object reference to get inialized. What measures or design change should be advised for proper destruction and avioding memory leaks, getting pointers dangling for the embedded object memory allocation? Please suggest.

5 Answers   GE,


What are the advantage of using register variables?

0 Answers  


Explain the scope of resolution operator.

0 Answers  


What jobs can you get with a c++ certification?

0 Answers  






What is the difference between reference type and pointers.

4 Answers   HCL,


What does asterisk mean in c++?

0 Answers  


What parameter does the constructor to an ofstream object take?

0 Answers  


What is anonymous object in c++?

0 Answers  


What are the operators in c++?

0 Answers  


Are iterators pointers?

0 Answers  


What is problem with Runtime type identification?

2 Answers  


Categories