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 5404Which data structure gives efficient search? A. B-tree B. binary tree C. array D. linked list
21 30961Give the output of the following program main() {char *p='a'; int *i=100/*p; } what will be the value of *i= 1
6 12157Give 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 15809Post New Sun Microsystems Interview Questions
What is the use of header in php?
What si the differance between REVENUE and PROFIT?
What is meant by type casting?
Are you an Introvert/Extrovert?
Define grashof number [gr].
Explain what is gaap?
Explain what is the difference between a string and an array?
What are the disadvantages of linked list?
How will non-supporting browsers handle dhtml?
What is the difference between singleton and prototype scope in spring?
How to pivot data using informatica when you have variable amount of pivot rows?
Is it good to store images in database?
List out different stream grouping in apache storm?
I configured the messaging bridge to use the exactly-once quality of service for two-phase transactions. So why am I getting a quality of service is unreachable error? : BEA Weblogic
What is property in c#?