
candlestick-chart – candlestick – কুইজ মডেল টেস্ট অনুশীলন – 22
1685. What’s wrong with the code : for(int k=2,k<=12,k++)
- commas should be semicolon
- increment should always be ++k
- semicolon should be there at the end
- variable must always be a letter i
1686. What does ~~~~~~5 evaluate to?
- -5
- 0
- -6
- 5
1687. What does the following statement mean? int (*fp)(char*)
- pointer to function taking a char* argument and returns an int
- pointer to a pointer
- function taking a char* argument and returning a pointer to int
- pointer to an array of chars
1688. What is the output of “hello”+1+2+3 ?
- error
- hello6
- hello123
- hello
1689. Memory allocation using malloc() is done in which segment of memory?
- Stack
- Static
- all of the above
- Heap
1690. Types of overloading in c++
- both of the above
- function overloading
- none of the above
- operator overloading
1691. In case of multilevel inheritance constructor are executed in same manner as they appear
- all the given
- order of class declaration
- order of class constructor
- order of inheritance
1692. Which of the following below are valid iterator type ?
- both A and C
- backward iterator
- input iterator
- forward iterator
1693. To delete a pointer variable we use keyword
- delete ptr
- delete *ptr
- delete
- del
1694. Objected oriented programmimg focused on___________rather than ____________
- objects
- classesobjects. Classesfunctions
- objectsdata
- functions”;}}
আমাদের কাছে থাকা লক্ষ লক্ষ মডেল টেস্ট থেকে প্রাকটিজের জন্য কিছু এখানে তুলে ধরা হল। প্রতিটি অধ্যায়ের উপরে ইশিখন.কম কুইজ চ্যালেঞ্জ এ আছে শত শত মডেল টেস্ট বার বার মডেল টেস্ট দিয়ে নিজেকে যাচাই কর এবং পুরো বাংলাদেশের সকল শিক্ষার্থীর সাথে আপনার মেধা তালিকা দেখুন। প্রশ্নে কোন প্রকার ভুল থাকলে সঠিক উত্তরসহ নিচে কমেন্ট করে জানাবেন, আমরা ঠিক করে দেবো।