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
How to fetch the next row from a cursor with a "fetch" statement?
Difference between null and undefined?
Write a program using call by refernce for two different classes to explain to print whether a given number is automorphic or not.
List out the main responsibilities of the network layer.
What is the purpose of mvc?
Explain the difference between 'between' & 'and' operators in sql
What is the pythonpath variable?
What is inflection?
What is difference between string and stringbuffer in c#?
What are the differences between include directive and include action?
What is form control in excel?
Explain types of statistical data?
Explain the tasks of test closure activities.
How to call a bot inside a bot?
Is iterator a class or interface? What is its use?