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

Microland C Interview Questions
Questions Answers Views Company eMail

i have a written test for microland please give me test pattern

2175

Post New Microland C Interview Questions




Un-Answered Questions

Is there a free alternative to microsoft outlook?

1


What is the difference between attributes and property?

484


What is the difference between classes and ids in html and css?

268


What does == mean in c sharp?

510


What are prefix dereferencer?

506






What is the difference between traditional datacenters and cloud?

342


How do I copy and paste data from excel to access?

413


Do you know what are input groups?

3


#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

2157


What are the side effects of not running a secondary name node?

278


Why we need different consensus mechanisms?

1


What kind of music is flume?

76


What is the default value of session attribute in jsp?

458


Why is post-weld heat treatment sometimes necessary for welded vessels?

2067


what is the project environment(for each project the environment is same or different to different project)?

1647