Describe a finite state machine that will detect three consecutive coin tosses (of one coin) that results in heads.
2443Find 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 4630Which data structure gives efficient search? A. B-tree B. binary tree C. array D. linked list
21 26201Give the output of the following program main() {char *p='a'; int *i=100/*p; } what will be the value of *i= 1
6 10366Give 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 13482Post New Sun Microsystems Interview Questions
How do you install/use jquery in a project. What is the minimum setup needed to start using jquery.
What is the difference between heuristic for rule learning and heuristics for decision
how can u get last observation in an unknown dataset ?
What is html5 geolocation? How to use it?
What is Pradhan Mantri Suraksha Bima Yojana?
Name the plans which are adopted for unemployed People?
How is #import different from #include?
What is the use of disableautoupdate method?
How to cal. The weight of hollow pipe?
Metal covered multiconductor cables shall employ a marker tape located within the cable running for its complete length in lieu of cable surface marking. Is it true or false?
What is performance optimization?
What all join we can perform in LOOKUP transformation?
What is the build process in android?
what elements make up the personnel structure?
Differentiate between web services, corba and dcom?