Consider the following recursive function fun (s , y). what is the value of fun ( 4, 3) int fun ( int x , int y) if ( x =0) return y; return fun ( x,1, x+y); |
A. 9
B. 10
C. 12
D. 13
Sonali and Janata Bank, Officer [IT]|সাধারন জ্ঞান - বাংলাদেশবিজ্ঞান ও চিকিৎসাবিজ্ঞান ও চিকিৎসা (Topic Practice)Sonali and Janata Bank, Officer [IT]| - ⚡ অনলাইন প্রশ্নব্যাংক দেখুন 💥
সঠিক উত্তরঃ
D.
13
Explanation:
Related Questions (Any University/Year)
- তথ্য ও যোগাযোগ প্রযুক্তি আইন, ২০০৬ অনুযায়ী হ্যাকিং এর অপরাধের শাস্তি কী?
- http-এর পূর্ণ রূপ -
- Graphical pictures that represent an object like file, folders etc. are:
- বঙ্গবন্ধু-১ স্যাটেলাইটটি কোন কোম্পানীর রকেটের মাধ্যমে উৎক্ষেপণ করা হয়েছে?
- কোন দেশের সহায়তায় 'বঙ্গবন্ধু স্যাটেলাইট-১' উৎক্ষেপণ করা হবে?
- Which is the backbone of the Global Village?(গ্লোবাল ভিলেজের মেরুদন্ড কোনটি?)
- C ভাষার ফাংশন কোনটি?
- শরীরে ভিটামিন D তৈরিতে চর্মরোগের চিকিৎসায় জীবানুনাশক হিসেবে নিম্নের রশ্মির ব্যবহার হয়ে থাকে-
- Which one of the following will help you to improve your LAN security?
- The blinking point which shows your position in the text is called
- which utility program could improve the speed of disk?
- বায়ুমন্ডলের কোন উপাদান সূর্যের অতিবেগুনী রশ্মিকে শোষণ করে?
- A group of scientists in Bangladesh has recently decoded the genome of-
- জীবের রাসায়নিক গঠন উপাদন কী?
- What is the elaboration of 'CC' in an email?
- when two variables are logically compared , the logic gate that tests the equivalence is ___
- বাংলাদেশে প্রথম কখন ইন্টারনেট প্রবর্তন করা হয়?
- To remove duplicate rows from the results of an SQL SELECT statement , the __ qualifier specified must be included.
- The amount of time a message takes to traverse a system is called
- which of the following operator functions cannot be global , ie. must be a number function.