i want explaination about the program and its stack reprasetaion fibbo(int n) { if(n==1 or n==0) return n; else return fibbo(n-1)+fibbo(n-2); } main() { fibbo(6); }
2 4620Write a Script With descriptive programming(Without Repository) to update an Update an order in Flight App and verify whether it is done successfully.(Use ChildObjects method)
2 5524how to write a program to accept names and marks of 10 students from the user and display the names and markes of only the passed students. Marks greater than or equal to 35 is considered as pass.
4 11161what is the need of using interface in program ex:if we have a program like this interface1() { void method1(); void method(); } class a1 : interface1 { a1 b = new b(); b.method1(); b.method2(); } so without using interface also we can achieve this then wat is the need to use the interface? plz give me the answer
1 3263How to run the program at particular time? It should run everyday at 3:00 PM. After executing the program should sleep until next day at 3:00 PM. Please explain with code?
5 12604Write a program for calculator in VB.NET
CMC, College School Exams Tests, IBM, NIIT, Practical Viva Questions, Subex,
6 19198How do you give a user access to an application or program that needs to run as root without giving them the root password?
2 6602If a multi threaded Java program has started numerous number of threads, at any point in time how to know which thread is currently executing/running ?
7 15841i)What is the command to lock a file in a program ii)2. Can you get a level check error in a CL program
6 13063Write a program that accepts a string where multiple spaces are given in between the words. Print the string ignoring the multiple spaces. Example: Input: “ We Are Student “ Output: "We Are Student"
1 4662
what is the include program name?
What is the program to maintain change run?
What does the program RSMDCNVEXIT check?
What is the alpha check execution program?
How does u handle this COM components developed in other programming languages in .NET?
Allowed program to auto-correct the database when loading a presentation.
Describe the difference between Interface-oriented, Object-oriented and Aspect-oriented programming
Which is your favorite editor, shell, programming shell and why?
What is the term for decomposing a software program so that latent design information can be extracted? 1. Reengineering 2. Regression 3. Restructuring 4. Reusability 5. Reverse engineering
Program for Prime numbers and Matrix plz explain me the procedural method with steps
What is unique about B.L.M business that would impact the future client/server architechture or software needs of your G.I.S programme?
HOW TO TRANSFER VENDOR MASTER DATA FROM LEGACY SYSTEM TO SAP SYSTEM THRU LSMW (IN LSMW, USING DIRECT INPUT PROGRAM:RFBIKR00)
Enhance the Debug() function so that the programmer has to press Enter or Return after debugging is deactivated?
How will you make .NET programs work in Linux ?
What are the functions of the typical server program?