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

Crysalis Interview Questions
Questions Answers Views Company eMail

i want to develope a page for online test using asp.net with c#.net. so, how to insert the questions in the database sqlserver2000 and how to pick the questions randomly when user login for test. plz send the code for this....

3 10277

Post New Crysalis Interview Questions


Crysalis Interview Questions


Un-Answered Questions

What are the mechanisms used by a servlet container for maintaining session information?

570


What are the important command line options in Node.js?

252


What is the css clear property?

294


Which are the different modes of vi editor?

436


Explain list, tuple, set, and dictionary and provide at least one instance where each of these collection types can be used.

527






What is the capacity of arraylist?

477


What is a method that attempts to reduce the complexity levels of aging legacy software? 1. Reengineering 2. Regression 3. Restructuring 4. Reusability 5. Reverse engineering

1961


How do I make a link popup a new window?

70


Search help exit details.

930


explain different ways of using thread? : Java thread

576


which VFD is better ( LT or HT)

1605


How many types of procedures are available in the vbscript language?

536


What are the external command in dos?

268


#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

2070


How is the scala code compiled?

1