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

Sun Microsystems STL Interview Questions
Questions Answers Views Company eMail

Find the error in the following program struct point {struct point *next; int data; } x; main() {int...data; } x; main() {int i; for(x=p;x!=0;) x=x->next,x++; freelist(x); } freelist(x) {free(x); return }

1 4437

Which data structure gives efficient search? A. B-tree B. binary tree C. array D. linked list

21 24745

Give the output of the following program main() {char *p='a'; int *i=100/*p; } what will be the value of *i= 1

6 9889

Give the output of the following program main() {int ret; ret=fork();ret=fork();ret=fork();ret=fork(); if(!ret) printf("sun"); else printf("solaris");

8 12908

Post New Sun Microsystems STL Interview Questions




Un-Answered Questions

WHAT IS MAIN IMPORTANT THING IN SOFTWARE?

1715


Does spark load all data in memory?

216


Why use multiple ngmodules?

428


Is it possible to use custom pixel shader in xna?

473


Tell me what are pros and cons of using laravel framework?

410






How do you search for a specific word in a word document?

285


How easy it is to migrate from existing magento or custom ecommerce solution to hybris platform?

5


What is mean by clustered index and non clustered index, give syntax of creation? : sql server database administration

581


What is bias and variance in a Machine Learning model?

88


What is the use of jdbc?

554


Which nerve root is associated with the triceps reflexes?

517


How can we prevent ios 8 app’s streaming video media from being captured by quicktime player on yosemite during screen recording?

440


What kind of information do Internet of Things (IoT) objects communicate?

3


What is conventional thermal current (Ith)

3817


What do you mean by composer?

400