Describe a finite state machine that will detect three consecutive coin tosses (of one coin) that results in heads.
2844Find 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 5413Which data structure gives efficient search? A. B-tree B. binary tree C. array D. linked list
21 31024Give the output of the following program main() {char *p='a'; int *i=100/*p; } what will be the value of *i= 1
6 12177Give 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 15850Post New Sun Microsystems Interview Questions
What is VGA (Video Graphics Array)?
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
When was NABARD established?
What is the difference between external table and managed table?
What’s the difference between html and xhtml?
What is the order of sequence of operating mathematical operation in excel?
What are host variables in db2?
Explain digest life-cycle in AngularJS?
Explain branch coverage and decision coverage.
What is the extension of ms word?
What does the application was unable to start correctly 0xc0000142 mean?
Is manjaro linux good?
What are the different kinds of project management tools you worked with?
what is a jcl?
which statement best describes what the #initclip num and #endinitclip commands indicate? : Adobe flash