
php-function – programming-php – কুইজ মডেল টেস্ট অনুশীলন – 7
8359. The output of following script is function sort_my_array($array){ return sort ($array ); } $a1 = array(3, 2, 1); var_dump( sort_my_array(&$a1)) ;
- bool(true)0 => 1
- 1 => 2
- 2 => 3An invalid reference error
- NULL
8360. When during declaring a function it is impossible to assign a default value to a parameter
- static parameter is passed
- parameter is pass by value
- parameter is pass by reference
- overloaded parameter is passed
8361. The function used to ensure that a string always reaches a specific minimum length
- str_length
- str_count
- str_pad
- str_len
8362. The inbuilt function to get the number of parameters passed is:
- None of the above
- func_num_args()
- func_args_count()
- arg_num()
8363. How many categories does software quality factors are grouped by McCall’s factor model
- 4
- 5
- 3
- 6
আমাদের কাছে থাকা লক্ষ লক্ষ মডেল টেস্ট থেকে প্রাকটিজের জন্য কিছু এখানে তুলে ধরা হল। প্রতিটি অধ্যায়ের উপরে ইশিখন.কম কুইজ চ্যালেঞ্জ এ আছে শত শত মডেল টেস্ট বার বার মডেল টেস্ট দিয়ে নিজেকে যাচাই কর এবং পুরো বাংলাদেশের সকল শিক্ষার্থীর সাথে আপনার মেধা তালিকা দেখুন। প্রশ্নে কোন প্রকার ভুল থাকলে সঠিক উত্তরসহ নিচে কমেন্ট করে জানাবেন, আমরা ঠিক করে দেবো।