Describe a finite state machine that will detect three consecutive coin tosses (of one coin) that results in heads.
2841Find 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 5398Which data structure gives efficient search? A. B-tree B. binary tree C. array D. linked list
21 30939Give the output of the following program main() {char *p='a'; int *i=100/*p; } what will be the value of *i= 1
6 12153Give 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 15803Post New Sun Microsystems Interview Questions
Explain difference between urlencode and urldecode?
What is the name of android class do we need to use to build up an json object?
I have a string “contact@dataflair.com”. Which string function can be used to split the string into two different strings “contact@dataflair” and “com”?
While using click command can you use screen coordinate?
Where is the keyword void used?
How do I insert a table around an existing text?
Can we create two sessionfactory in hibernate?
Define exceptions?
Can you give me a simple example of using the requiredif validator rule?
Do you know anyone who works with Pizza Express?
What are the custom settings?
Explain the properties of selection screen?
Does seam run on other application servers besides jboss?
What is ipc and its types?
What is an example of a parasite relationship?