Python Related (3312)
PHP Related (7341)
Scala (340)
R Programming (396)
Kotlin (184)
Apache Groovy (39)
Ruby (245)
Go Programming Language (139)
Objective-C (429)
Programming Languages AllOther (746) find the output? void r(int a[],int c, int n) { if(c>n) { a[c]=a[c]+c; r(a,++c,n); r(a,++c,n); } } int main() { int i,a[5]={0}; r(a,0,5); for(i=0;i<5;i++) printf("\n %d",a[i]); getch(); }
2361Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
2258Always use scope terminator like End-If with IF, End- Evaluate with Evaluate statement.Can somebody explain me the detail logical explanation?
2058Do not use more than 3 nested IF. Use Evaluate statement in case of more IF required. Please give a detail explantion besides readability and clarity for Evaluate stmt.
2045write a statement to display all the elements array M(in reverse order? int M[8]={20,21,22,23,24,25,26,27};
5 6831In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.
1926class base { public: int fun(int) {} }; class base2 { public: int fun(float) { } }; so here qustion is both function either function overloading or over riding;
4 6923Q2. A memory location has physical address D5687h. Compute: a. The offset address if the segment number is D445h. b. The segment number if the offset address is B577h.
2162#include
how to fin top two miximum values in sql? not 2nd both max value of 1st and 2nd both have to find out
1975
What are the difference between insert() and insertgetid() in laravel?
What packages in the standard library, useful for data science work, do you know?
Does copy increase retain count?
Explain a file operation in C with an example.
What is the general form of a C program?
How will alter the existing forms?
What is the difference between an enumeration and a set of pre-processor # defines?
What is teaser in drupal ?
If we want that any wildcard characters in the command line arguments should be appropriately expanded, are we required to make any special provision? If yes, which?
explain WM_PAINT message ?????
How to declare variables in Kotlin?
What is a scope resolution operator in c?
What is a social menu on wordpress?
Is indentation required in python?
What is a soft delete?