Describe a finite state machine that will detect three consecutive coin tosses (of one coin) that results in heads.
2788Find 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 5276Which data structure gives efficient search? A. B-tree B. binary tree C. array D. linked list
21 30106Give the output of the following program main() {char *p='a'; int *i=100/*p; } what will be the value of *i= 1
6 11863Give 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 15490Post New Sun Microsystems Interview Questions
How to boot to the desktop in windows 8?
What is single stepping and how can it be achieved on the 8086?
What is the difference between sql, mysql and sql server?
How can we get the generated event?
What do you understand by profit center? : cost center accounting
Which case the data to be stored in columnar storage?
In wcf, which contract is used to document the errors occurred in the service to client?
How would you configure your networking files to connect to a database by the name of DSS which resides in domain icallinc.com?
What is an alveolar macrophage?
What is the congressional space medal of honor?
How do you input a string in java?
How are layouts placed in android?
Explain what happens to plan after it has been converted into production order?
what is the principle involved in turbidometry and nephelometry ?
What are the types of views in sql?