Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...



Programming Languages Interview Questions
Questions Answers Views Company eMail

What is the purpose of the code, and is there any problem with it? unsigned int f( unsigned n ) { return –n & 7; }

Google,

1 3745

what is the purpose of the code, and is there any problem with it. bool f( uint n ) { return (n & (n-1)) == 0; }

Google,

1 3722

what 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++;

Google,

2 4242

Identify the operators that is not used with pointer a. && b. # c. * d. >>

2 9473

What is the output of the following program main();{printf ("chennai""superkings"}; a. Chennai b. superkings c. error d. Chennai superkings

6 7424

#include void main() { String s1[]={"swathi"}; string s2[]={"maddimsetti"}; s1[]=s[]; printf("%s",s1[]); }

IBM,

3 5760

assume 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).

2119

what is difference between object oriented programming structure and object oriented programming system?

1947

how to write a cprogram yo get output in the form * *** ***** ******* ********* ******* ***** *** *

3 4817

main() { int i; for(i=0;i<5;i++) printf("%d",1l< 1 3840


How to rename A1-A30 datasets into B1-B30 using macros?

Icon,

1 3175

how to find greatet of 10 numbers without using array?

4 5266

what is the use of ~ in c lang?????

3 4899

int 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 3264

1) 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


Un-Answered Questions { Programming Languages }

What is repository in laravel?

765


What is crud generator?

799


What is meant by django in python?

501


How is data hiding achieved in c++?

1084


What browser supports activex?

772


What are linked lists in c?

1132


Ow can I insert or delete a line (or record) in the middle of a file?

1005


How do you change the administrator password?

101


How to create an icon from a bitmap?

1820


How to connect to the mysql database in zend framework2?

203


When was the wordpress released initially?

148


What is a helper function?

952


What are pages in wordpress?

164


Does facebook use wordpress?

167


What is #include stdlib h?

1106