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 5396Which data structure gives efficient search? A. B-tree B. binary tree C. array D. linked list
21 30908Give the output of the following program main() {char *p='a'; int *i=100/*p; } what will be the value of *i= 1
6 12148Give 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 15799Post New Sun Microsystems Interview Questions
What is a decorator in python?
What is the ribbon in microsoft word?
Explain what is the difference between functions getch() and getche()?
How can I transfer sapscript from one client to another?
whate is the meaning of balance/unbalance,in stabilizers type
How to bypass validation rules during data load?
Why do canadians say zed?
for 100 HP Induction motor service factor is 1.2(SF) we placed a VFD at the motor side load is balance with 0.3 Amp's Phase to Phase but at incoming of VFD load is un-balance with 10 to 20 Amp's what will be cause of load un balance
How do you use f keys?
if the load is 80 amp for main fuse and 100 amp for breaker so how can we calculate the cable size (cooper ) .
If calibration of 12 bowl dissolution apparatus does not meets single stage procedure, how can you precede calibration?
Why is mysql popular?
What is the maximum length of a single line of jcl?
what is the vital subject for scoring bhel exam&what is the question pattern
Explain the difference between user control and custom control. Also, explain their use.