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 5281Which data structure gives efficient search? A. B-tree B. binary tree C. array D. linked list
21 30130Give the output of the following program main() {char *p='a'; int *i=100/*p; } what will be the value of *i= 1
6 11871Give 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 15499Post New Sun Microsystems Interview Questions
Why we use ienumerable in linq?
What is the principal of axial pump?
What are some of the best practices for jsf application?
what is the min and max ohmic resistance for the earthing rod installed for lighting poles for street light network
write asingle linked list which read from two list & the do the following 1 sort the prime & nonprime num (prime should be less tn nonprime) 2 each node has a prime num followd by nonprime 3 add a new node into its sutable plce 4 erase the most three duplicated non prime num 5 find the least duplicated prime num
What do you mean by slide view?
Tell me why wordpress.com is considered more secure than wordpress.org?
Explain silverlight application life-cycle?
How to toggle display an html element?
How to change a number of mappers running on a slave in MapReduce?
If you do not initialize an array what will happen?
Explain the steps for launching a drupal site ?
How do I use cookies to store session state on the client?
What does psadmin do?
How do I enable linux on windows?