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
Write a code/algo to find the frequency of each element in an array?
How much do coding jobs pay?
Why we use #include iostream in c++?
When should overload new operator on a global basis or a class basis?
What does std :: flush do?
What is double in c++?
Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.
What is a hashmap c++?
Do you know the problem with overriding functions?
Which field is used in c++?
Explain the difference between realloc() and free() in c++?
Explain the difference between overloading and overriding?
Describe the advantages of operator overloading?
What's the order in which the objects in an array are destructed?
What is meant by const_cast?