how many controls can we place on single form.
Answer Posted / yash
256 maximum
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?
How do you print a string on the printer?
Which should be more useful: the protected and public virtuals?
Explain the difference between realloc() and free() in c++?
Describe protected access specifiers?
Describe friend function & its advantages.
What is a storage class?
What are the extraction and insertion operators in c++?
How does class accomplish data hiding in c++?
What are friend classes? What are advantages of using friend classes?
What are the uses of c++ in the real world?
If horse and bird inherit virtual public from animal, do their constructors initialize the animal constructor? If pegasus inherits from both horse and bird, how does it initialize animal’s constructor?
Should I learn c++ c?
What is binary object model?
How a macro differs from a template?