Describe a finite state machine that will detect three consecutive coin tosses (of one coin) that results in heads.
2443Find 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 4630Which data structure gives efficient search? A. B-tree B. binary tree C. array D. linked list
21 26201Give the output of the following program main() {char *p='a'; int *i=100/*p; } what will be the value of *i= 1
6 10366Give 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 13482Post New Sun Microsystems Interview Questions
what are the simlerities between macro and subroutine
Explain about Pega?
Who is the father or inventor of php?
What happens to child records when a parent record is deleted?
hi friends i have a question while the files are uploading into the web server(for storing)..... securely......... what is the meaning securely.......its regarding virus threating or user authentication.... the files are video files these are ripping and converted into .flv format pls clarify ..........thanks in advance......
How do you create the project img?
How do you make columns on microsoft word 2007?
What is jms jndi?
After creating the cube, if we added a new column to the oltp table then how you add this new attribute to the cube? : sql server analysis services, ssas
Explain parts of assembly?
What are Roles and why do we use them?
what is Modal plugin used for in Bootstrap?
Why is concurrenthashmap thread safe?
What are respectively some remarkable functions of immunoglobulin?
How do u provide security to ur project?(Banking domain project)