
html5 – web-design-html-html5 – কুইজ মডেল টেস্ট অনুশীলন – 18
10332. Enumerators are stored by compiler in ?
- float
- any of above
- string
- integer
10333. Variables are referenced using the following format
- int &=d;
- int a=&b;
- &b=a;
- none
10334. print(‘abcd’.partition(‘cd’))
- (‘ab’
- ‘cd’
- ”)(‘ab’
- ‘cd’)none
10335. print(‘xyxxyyzxxy’.lstrip(‘xyy’))
- xyxzxxy
- zxxy
- xyxxyyzxxy
- none
10336. Which of the following is illegal?
- int *pi = 0;
- int i; double* dp = &i;
- int *ip;string s
- *sp = 0;”;}}
10337. To fill the unused portion of out put field width we use
- fill()
- unsetf()
- mfill()
- unsetfill()
10338. What is the output of – print(‘t’.isspace())
- TRUE
- FALSE
- error
- none
10339. Which of the following valid option will not return a value in c++?
- void
- free
- null
- empty
10340. If a=5 and b=10, then what will be the value of z=a++ – –b ?
- -3
- error
- -4
- -5
10341. Which of the following choices is a correctly written hexadecimal color code?
- #003366
- #FEFEFEFE
- #FE36
- None of the above
আমাদের কাছে থাকা লক্ষ লক্ষ মডেল টেস্ট থেকে প্রাকটিজের জন্য কিছু এখানে তুলে ধরা হল। প্রতিটি অধ্যায়ের উপরে ইশিখন.কম কুইজ চ্যালেঞ্জ এ আছে শত শত মডেল টেস্ট বার বার মডেল টেস্ট দিয়ে নিজেকে যাচাই কর এবং পুরো বাংলাদেশের সকল শিক্ষার্থীর সাথে আপনার মেধা তালিকা দেখুন। প্রশ্নে কোন প্রকার ভুল থাকলে সঠিক উত্তরসহ নিচে কমেন্ট করে জানাবেন, আমরা ঠিক করে দেবো।