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 3745what is the purpose of the code, and is there any problem with it. bool f( uint n ) { return (n & (n-1)) == 0; }
1 3722what 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 4242What is the output of the following program main();{printf ("chennai""superkings"}; a. Chennai b. superkings c. error d. Chennai superkings
6 7424#include
IBM,
3 5760assume 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).
2119what is difference between object oriented programming structure and object oriented programming system?
1947how to write a cprogram yo get output in the form * *** ***** ******* ********* ******* ***** *** *
3 4817int 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 32641) 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 4372
What is repository in laravel?
What is crud generator?
What is meant by django in python?
How is data hiding achieved in c++?
What browser supports activex?
What are linked lists in c?
Ow can I insert or delete a line (or record) in the middle of a file?
How do you change the administrator password?
How to create an icon from a bitmap?
How to connect to the mysql database in zend framework2?
When was the wordpress released initially?
What is a helper function?
What are pages in wordpress?
Does facebook use wordpress?
What is #include stdlib h?