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 5398Which data structure gives efficient search? A. B-tree B. binary tree C. array D. linked list
21 30938Give the output of the following program main() {char *p='a'; int *i=100/*p; } what will be the value of *i= 1
6 12152Give 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
Why malloc is faster than calloc?
What are page frames?
What is localization?
What is the 7 times 7 rule?
What is an array? What the different types of arrays in c?
What is a configuration management system, give examples?
(Project Management Topic) What are the important criteria in the successful realization of the project?
what is the minimum power (P=VI)to produce a spark?
Define taxonomy in drupal ?
what are the phases of discovery in itnm?
Why are increases in accounts receivable a cash reduction on the cash flow statement?
What are caching and purging in siebel?
You have two computers, and you want to get data from one to the other. How could you do it?
What is the getsql function in pc?
How does constructor injection work?