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

Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

E Logic Interview Questions
Questions Answers Views Company eMail

what is difference between procedure and function

5 10348

How to convert the content of buffer into lower case character.

3 7158

what is the size of a process

2 8192

how many types of messages are their

4 13588

is it possible to display a window .without using windowclass

1 7382

Difference between Cclint DC & Cpaint Dc

6 18481

Tell me the work of HTREDUCE and HTZOOM

1 6199

How many types of combo box are their

2 7990

Psychic Window Technique

2 7145

Post New E Logic Interview Questions




Un-Answered Questions

What is cmr?

1152


Tell something about Anti Corruption Movement?

1089


What is use of odata protocol?

817


What are relation objects in dataset?

985


What is the use of lambda in c++?

1037


How do you delete a corrupted file?

968


What thread means?

898


hello there, can anyone tell me what type of question does lg soft company ask in written test especially for a quant part? Thanku

1845


How to code the db2 queries using rexx?

994


How do you write methodology?

990


how load of a turbo generator can be increased

1970


What is the advantage of open source?

871


#include #include #include #include void select(char *items, int count); int main(void) { char s[255]; printf("Enter a string:"); gets(s); select(s, strlen(s)); printf("The sorted string is: %s.\n", s); getch(); return 0; } void select(char *items, int count) { register int a, b, c; int exchange; char t; for(a = 0; a < count-1; ++a) { exchange = 0; c = a; t = items[ a ]; for(b = a + 1; b < count; ++b) { if(items[ b ] < t) { c = b; t = items[ b ]; exchange = 1; } } if(exchange) { items[ c ] = items[ a ]; items[ a ] = t; } } } design an algorithm for Selection Sort

2554


How can you set default node version using nvm?

572


Compare javascript remoting and ?

476