Describe a finite state machine that will detect three consecutive coin tosses (of one coin) that results in heads.
2788Find 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 5281Which data structure gives efficient search? A. B-tree B. binary tree C. array D. linked list
21 30130Give the output of the following program main() {char *p='a'; int *i=100/*p; } what will be the value of *i= 1
6 11871Give 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 15499Post New Sun Microsystems Interview Questions
ipls send me the type of interview questions asked in andhra bank clerical interview
What are the websphere packages?
What are the different components of a Hive query processor?
Do I have to pay for microsoft word every year?
What does explode do in php?
What is the difference between virtual and override in c#?
What is windows and its features?
Explain the concept of view and Types of views in SQL server?
How to compare XRD graphs against standard and carry polymorpism study of API's by powder XRD method?
What is isolate scope in angularjs?
What is the use of Integration directory?
Who is our chief executive?
What is spring mvc used for?
Explain why is an excess-3 code is called an unweighted code?
How many bytes is an int in c#?