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 3740

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 3713

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 4236

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

2 9456

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

6 7392

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

IBM,

3 5731

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

2112

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

1940

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

3 4806

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


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

Icon,

1 3172

how to find greatet of 10 numbers without using array?

4 5244

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

3 4887

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 3254

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 4362


Un-Answered Questions { Programming Languages }

Explain google checkout in magento.

3


What is median in r?

102


What are packages in r?

170


What are guards in laravel?

743


How to redirect user with flashed session data in laravel?

698


What is oops in c++?

1063


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

1095


What is exception handling? Does c++ support exception handling?

1033


Tell me how symbol is different from variables?

1


What are getters and setters php?

1034


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

1080


the systematic access of small computers in a distributed data processing system is referred as?

3249


What are the differences between del keyword and clear() function?

808


How do you sort a list of numbers in python?

829


What are the advantages of magento?

7