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

Saint Gobain Placement Papers Interview Questions
Questions Answers Views Company eMail

kirloskar group of companies

1 9135

apptitue and technical

2 10318

Post New Saint Gobain Placement Papers Interview Questions




Un-Answered Questions

What are some popular fonts?

319


List some components of nlp?

565


Is .net is a language?

568


How did you use automating testing tools in your job?

1540


Why generics are used in java?

554






What are the different negotiable instruments?

647


What are the areas in robotics and information processing where sequential prediction problem arises?

52


Explain the difference between living and non-living things?

486


What are the steps you will take to improve performance? Will you use dataset or datareader?

555


Why to keep user policies at server side rather on device? : IOS Architect

1053


What is the import procurement cycle? What are the customization steps in sap?

523


What is managed object context?

492


#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


What is CLR and its application.?

569


How do I uninstall vc++ 2015?

514