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 5412Which data structure gives efficient search? A. B-tree B. binary tree C. array D. linked list
21 31022Give the output of the following program main() {char *p='a'; int *i=100/*p; } what will be the value of *i= 1
6 12174Give 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
Use of create-hive-table command in hadoop sqoop?
What is list constructor in python?
What are use cases of Apache Flume?
Design a view in a map such that if the user selects any state, the cities under that state has to show profit and sales?
Is there an alternative to javascript?
What are the different types of brakes and explain them?
What is argument objects in javascript?
How do I find my current version of wordpress?
What types of locking use in mongodb?
What is the Flow Action? Explain about the FlowAction?
Explain Spark streaming?
What are the types of industry sectors defined in material master data?
How to use max function in hibernate query?
Is void a return type?
How do you use a while loop in pl sql?