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 5407Which data structure gives efficient search? A. B-tree B. binary tree C. array D. linked list
21 31007Give the output of the following program main() {char *p='a'; int *i=100/*p; } what will be the value of *i= 1
6 12167Give 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 15839Post New Sun Microsystems Interview Questions
Is drupal user friendly?
can you extend and substitute a root am ( application module) in oa framework using jdeveloper?
What is the purpose of managed object context (nsmanagedobjectcontext) in objective-c and how does it work?
What is meant by database in access 2010?
Write a code snippet to implement the indentation in json in web api.
Why is the use of granular sub-base in concrete carriageways not preferred, explain?
When do you call the cleanup method?
Can we test the alignment of End shield and stator of turbogenerator without rotor insertion? Also how to fix maintain the alignment at site installation?
How does join work in sql?
What is set rule?
What is the difference between Balance Sheet , Chart Of Accounts and trial Balance?
State the difference between pre and post increment/decrement operations.
caurren capacity calculator of Copper and aluminium wire
What is impacted teeth?
In which directory hadoop is installed?