Describe a finite state machine that will detect three consecutive coin tosses (of one coin) that results in heads.
2843Find 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 5408Which data structure gives efficient search? A. B-tree B. binary tree C. array D. linked list
21 31010Give the output of the following program main() {char *p='a'; int *i=100/*p; } what will be the value of *i= 1
6 12168Give 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 15840Post New Sun Microsystems Interview Questions
What is processing class?
Describe Recovery from Deadlock?
What is a dimension table?
What do the functions atoi(), itoa() and gcvt() do?
Do older HTML files work on newer browsers?
How to find httpd.conf file if you don’t know installation location?
Who are the competitors of TCS in the world market as well as in Indian market?
What are the sources generating big data?
What is a content provider? How is it implemented?
Explain how to create a bootstrap panel with a heading.
What are the data types in ms access?
What is the actionform?
Is it possible to pass an entire structure to functions?
What is dao used for?
What is XSLT data model?