Describe a finite state machine that will detect three consecutive coin tosses (of one coin) that results in heads.
2802Find 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 5314Which data structure gives efficient search? A. B-tree B. binary tree C. array D. linked list
21 30305Give the output of the following program main() {char *p='a'; int *i=100/*p; } what will be the value of *i= 1
6 11954Give 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 15580Post New Sun Microsystems Interview Questions
How to move Client Objects to a different AS/400?
what is the other verb for release and write ?
Why should I clear cache?
How do I install iis admin?
Is linux free to use?
Should I use django?
Describe intents?
What is jsr in java?
What is document type definition (dtd)?
What is insert in ms word?
May I know how much values to be set for earth fault, over current and short circuit values at 11kv side? I have 11kv van 1250amps rating. Present it's taking load 80amps?
What is views in laravel?
how many spacers we need for 1 ton reinforcement? aprox.
What does alt f9 do in word?
What is member function?