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) What is the purpose of the code, and is there any problem with it? unsigned int f( unsigned n ) { return –n & 7; }
1 3740what is the purpose of the code, and is there any problem with it. bool f( uint n ) { return (n & (n-1)) == 0; }
1 3713what is the purpose of the code, and is there any problem with it. unsigned int v[10]; unsigned int i = 0; while (i < 10) v[i] = i++;
2 4236What is the output of the following program main();{printf ("chennai""superkings"}; a. Chennai b. superkings c. error d. Chennai superkings
6 7392#include
IBM,
3 5731assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
2112what is difference between object oriented programming structure and object oriented programming system?
1940how to write a cprogram yo get output in the form * *** ***** ******* ********* ******* ***** *** *
3 4806int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain me output????
1 32541) int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain the explain the output
2 4362
Explain google checkout in magento.
What is median in r?
What are packages in r?
What are guards in laravel?
How to redirect user with flashed session data in laravel?
What is oops in c++?
In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that
What is exception handling? Does c++ support exception handling?
Tell me how symbol is different from variables?
What are getters and setters php?
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above
the systematic access of small computers in a distributed data processing system is referred as?
What are the differences between del keyword and clear() function?
How do you sort a list of numbers in python?
What are the advantages of magento?