Describe a finite state machine that will detect three consecutive coin tosses (of one coin) that results in heads.
2843Find 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 5408Which data structure gives efficient search? A. B-tree B. binary tree C. array D. linked list
21 31008Give the output of the following program main() {char *p='a'; int *i=100/*p; } what will be the value of *i= 1
6 12168Give 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 15840Post New Sun Microsystems Interview Questions
Mention the guidelines to write a structured cobol program?
Explain module in AngularJS?
What are the different types of hash functions?
What are the rules in css ruleset?
How to select valid lines for secondary list?
How many pigs are there in China?
When do you need to go beyond a standard controller and code custom apex? : salesforce visualforce
Why is hana so fast?
What is css declaration?
What are the steps to do to use alerts in bo?
What is hibernate criteria?
What is a category page in wordpress?
Do you know what is the purpose of t3 in weblogic server?
Explain node.js event loop?
Does extended cell have any impact on the system? If yes, what?