Describe a finite state machine that will detect three consecutive coin tosses (of one coin) that results in heads.
2841Find 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 5398Which data structure gives efficient search? A. B-tree B. binary tree C. array D. linked list
21 30937Give the output of the following program main() {char *p='a'; int *i=100/*p; } what will be the value of *i= 1
6 12152Give 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 15803Post New Sun Microsystems Interview Questions
What is 'central plan'?
Explain the uses of the simple maintenance interface?
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
How do you specify the number of iterations and specific condition within a single do loop?
What happens when a DataNode fails during the write process?
What is closure? Give an example.
Define personnel area.
Define splunk buckets?
Distinguish between static vs. Dynamic html
What do you mean by erd and its main elements? Explain with example.
what is difference between drill & scope of analysis?
Explain transport system-level security?
Why main is not a keyword in c?
Define bluetooth profiles?
What is the importance of javascript? Expalin