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 30933Give the output of the following program main() {char *p='a'; int *i=100/*p; } what will be the value of *i= 1
6 12151Give 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 15803Post New Sun Microsystems Interview Questions
What is the underlying grid structure used in bootstrap?
How is a spot instance different from an on-demand instance or reserved instance?
Differences between defining bindings in mxml and actionscript? : adobe flex action script
Explain vacuum induction melting?
How do you comment out in jsp?
How many number of SBI branches are present in India?
What are angular providers?
What is meant by final class?
What are benefits of an ad-hoc network?
Can we create constructor in abstract class ?
Are you familiar with recent advancements in hematology research and treatment modalities? How do you stay informed about the latest developments?
What is Windows Azure Scheduler?
What is tidy parsing?
How can you set attributes of a model?
Is c++ a programming language?