Describe a finite state machine that will detect three consecutive coin tosses (of one coin) that results in heads.
2887Find 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 5473Which data structure gives efficient search? A. B-tree B. binary tree C. array D. linked list
21 31602Give the output of the following program main() {char *p='a'; int *i=100/*p; } what will be the value of *i= 1
6 12343Give 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 16025Post New Sun Microsystems Interview Questions
What is the problem with the small file in Hadoop?
What is the effect of high alkaline water to a boiler?
What is GSB gradation
What are features of HTML5?
What is the difference between LINQ and Lambda Expression?
What is backend javascript?
Enlist common shells with their indicators.
What is bias-variance trade-off in machine learning?
What are custom report types?
Explain one difference between CS & IT?
what is functionality of polymer? how can we get theoretical and practically?
What is the concept of fieldsets in magento?
How much cements bag (or in KG) required for 1 Sq. M concrete, for M-30 grad concrete as per CPWD and where is thr proof on site
Is objective-c a dynamic language?
Can I learn wordpress on my own?