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

Can you think of a situation where your program would crash without reaching the breakball, which you set at the beginning of main()?

1 Answers  


What will happen if a pointer is deleted twice?

0 Answers   Agilent, HAL,


What are the types of STL containers?

4 Answers  


What are the advantages of using a pointer?

0 Answers  


What character terminates all character array strings a) b) . c) END

0 Answers  






Does c++ support exception handling?

0 Answers  


What are the types of pointer?

0 Answers  


Write a program using shift_half( ) function to shift the elements of first half array to second half and vice versa.

0 Answers  


Why null pointer is used?

0 Answers  


Name four predefined macros.

0 Answers  


What is input operator in c++?

0 Answers  


How do you declare A pointer to function which receives an int pointer and returns a float pointer

0 Answers  


Categories