Describe a finite state machine that will detect three consecutive coin tosses (of one coin) that results in heads.
2889Find 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 5478Which data structure gives efficient search? A. B-tree B. binary tree C. array D. linked list
21 31699Give the output of the following program main() {char *p='a'; int *i=100/*p; } what will be the value of *i= 1
6 12363Give 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 16033Post New Sun Microsystems Interview Questions
PLEASE SEND ME THE DOCUMENTS IF ANY ONE HAVE REGARDING THE IMPACT ANALYSYS,REVIEWS
From which base class all web forms are inherited?
What do you mean by render and redirect_to?
What are some of the commonly used commands in sqlcommand?
What are the different models used in cluster analysis?
If you see contention for library caches how you can fix it?
Explain what are the different errors in php?
If I want to replace a 26KW Slip ring Motor with a Squirrel Cage motor & Drive (for a Hoist Application). How can I approximate the Motor & Drive HP required in new Setup.
Explain about methods?
what is deployment environments?
How much does it cost to recover data from a hard drive?
What could be the reason that the mysql statement 'select avg (salary) from emp' generates an inaccurate output?
How long does it take to get hired from start to finish? What are the steps along the way?
What are disadvantages of Drupal?
How do you get the full path of a file in linux?