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 4438

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

21 24752

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

6 9897

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 12909

Post New Sun Microsystems STL Interview Questions




Un-Answered Questions

What are shares? What are nominal value/ free value of shares?

592


which type of zones used for boiler? & why ?

1424


How media files can be inserted into the wordpress site?

99


What is foreground service?

490


What is a myeloma cell?

330






What is the use of gacutil.exe?

655


Explain The Use Of Media Queries In The Bootstrap Framework?

5


Explain about typeglobs?

551


What is the difference between static and private constructor?

470


How do I enable sql encryption?

516


Sometimes, if I do not move the mouse, "click" and "mousedown" do not work. Why is that? : adobe flex action script

3


What are merge modules?

552


What do you know about ADO?

432


How rejected rows are managed in datastage?

912


Where register variables are stored in c?

538