Describe a finite state machine that will detect three consecutive coin tosses (of one coin) that results in heads.
2891Find 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 5483Which data structure gives efficient search? A. B-tree B. binary tree C. array D. linked list
21 31709Give the output of the following program main() {char *p='a'; int *i=100/*p; } what will be the value of *i= 1
6 12368Give 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 16058Post New Sun Microsystems Interview Questions
how to compare numbers and dispaly the largest ? *first thing I wanted to do is to input how many numbers to be compared *and then analyzed the largest then display it.
What are the two arguments that async.queue takes?
What are the different web resource supported by CRM?
What are many-to-many relationships and how can they be addressed in power bi ?
Please clarify 1. Icw: rated short circuit working withstand capacity 2. Icu: Rated ultimate breaking capacity 3. Ics: Rated service short circut withstand capacity 4. other specification of ACB
How to calculate the efficiency of Turbo Generator(Alternator) in general....?
List out the important field in purchasing view?
How is mysql database stored?
What are alternate, artificial, compound and natural key?
What is difference between protected and private?
Explain the different steps of Commissioning.
What are differences between custom settings and custom objects?
What are the attributes of the data in data dictionary? : abap data dictionary
Describe a time when you were really stuck on a problem and how you solved it?
What are the data components used by Hadoop?