Describe a finite state machine that will detect three consecutive coin tosses (of one coin) that results in heads.
2595Find 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 4880Which data structure gives efficient search? A. B-tree B. binary tree C. array D. linked list
21 27876Give the output of the following program main() {char *p='a'; int *i=100/*p; } what will be the value of *i= 1
6 10967Give 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 14324Post New Sun Microsystems Interview Questions
What is a .exe extension files? How is it similar to .dll extension files?
What is the standard word font?
What are the testing type supported by selenium webdriver?
can any one send me one project on linux ...?
List some of the dynamic data structures in C?
what is Cell membrane marker?
What is the use of aop?
What are SPIDs?
How do I open powerpoint on my computer?
How do I change a file to jpeg?
Is interest of a business unit Operating Expense or Non Operating Expense
Explain different type of event trigger option.
Explain what are components of reportnet?
what is the deference between rx lev sub and rx lev full?what you mean by link budget?
Why is node js server side?