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

code for bubble sort?

1 3581

code for selection sort?

1 4070

code for quick sort?

2048

code for concatination of 2 strings with out using library functions?

3 6138

how 2 compile & execute c program with out using editor?

HP,

2 9928

hi recently i had faced an interview in that they asked me that php have faced the problem of y2k so which one is that year like 2030,2059 not remember exact year anybody will tell me pls?

1 3848

You have an int array with n elements and a structure with three int members. ie struct No { unsigned int no1; unsigned int no2; unsigned int no3; }; Point1.Lets say 1 byte in the array element is represented like this - 1st 3 bits from LSB is one number, next 2 bits are 2nd no and last 3 bits are 3rd no. Now write a function, struct No* ExtractNos(unsigned int *, int count) which extracts each byte from array and converts LSByte in the order mentioned in point1.and save it the structure no1, no2, no3. in the function struct No* ExtractNos(unsigned int *, int count), first parameter points to the base address of array and second parameter says the no of elements in the array. For example: if your array LSB is Hex F7 then result no1 = 7, no2 = 2, no3 = 7. In the same way convert all the elements from the array and save the result in array of structure.

Qualcomm,

2 5611

wat s the meaning of (int *)p +4;

2 7312

What is Bitwise Operator and how it works?

1 4020

is assignment operator is arithmatic or not

Infosys,

3 5953

what is data abstraction with example.

1 4636

How to display questions one by one in jsp and I wants to store the answers in my database?

1931

i have to create a view in SQL as like in ORACLE DATA EXPRESS EDITION

CTS,

2 5258

What is the difference between test design and test case design?

2106

void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }

C DAC, CDAC, Infosys, Wipro,

5 31131


Un-Answered Questions { Programming Languages }

What is meant by activex control?

756


List out standard datatypes in python

861


if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?

3543


Are comments included during the compilation stage and placed in the EXE file as well?

1096


what is the statement that can be used in python if the program requires no action but requires a statement syntactically?

822


What is the ternary conditional operator in php?

247


Does activex work on mac?

724


what do you mean by exception handling in C++?

1086


What are the differences between c and python?

1019


Explain the difference between a single quote and double quote?

1


What is base html in django?

511


How will you create custom module and what are the files required for to create module?

150


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

2134


Is django backend or frontend?

466


How to parse configuration file in php?

1040