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

MGM Interview Questions
Questions Answers Views Company eMail

how to write optimum code to divide a 50 digit number with a 25 digit number??

2755

what is civil all interview questions

2078

Post New MGM Interview Questions




Un-Answered Questions

Make a case for ‘Scala higher order’ functions?

7


How to read data in a table with "select" statements?

561


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

2168


What is the numerical quantity of sqcm?

1549


If I am in a room with 5 people and guess all their birthdays what is the probability of getting (only) one correct?

754






How we can do multi-join query in ms access?

473


Explain state records?

510


What is ms excel and explain the features of ms excel?

311


How do I add my work email to outlook?

1


What is the row key?

103


What is the use of a program in SEO related information?

965


What is aop in java?

492


What keyword is used to accept a variable number of parameter in a method?

575


How do you start and stop apache tomcat using services?

466


Which liquid use fingerprint

1449