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

Soft Solutions VC++ AllOther Interview Questions
Questions Answers Views Company eMail

How to create a DLL in C++.net 2005 which we can use in VB 6.0 application ?

2174

Post New Soft Solutions VC++ AllOther Interview Questions


Soft Solutions VC++ AllOther Interview Questions


Un-Answered Questions

What are Ruby iterators?

3


#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

2496


What do you understand by Commit log in Cassandra?

77


In work load management there are three options of Low priority, Medium priority and High Priority Jobs which can be used for resource management. why this feature is developed when there is already jobs prescheduled by scheduler or autosys. what will be the use of workload management then?

1454


an array of size N in which every number is between 1 and N, determine if there are any duplicates in it. You are allowed to destroy the array if you like. [ I ended up giving about 4 or 5 different solutions for this, each supposedly better than the others ].

935


Explain split() methods of "re" module in python?

915


What is the difference between postgresql and oracle?

980


What is the shortcut key for sum in excel?

577


What do you know about managing budgets?

828


How do I change autotext in word?

550


What do you know about Development Officer job?

570


Explain the role of "actionfilters" in mvc?

3


Is there Ternary Conditional Operator in Kotlin like in Java ?

184


can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there

2417


Which is the best training center for SharePoint 2013 Developer Course in Chembur & Ghatkopar area of Mumbai

1294