if 4-5 year old brother is standing on d roof with me and watching d moon, suddenly moon coverd by cloud then how will i explain d hiding of moon to my brother.
MBT,
8 12326Assume I have a linked list contains all of the alphabets from "A" to "Z?" I want to find the letter "Q" in the list, how does you perform the search to find the "Q?"
2 6645Find 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 5273Which data structure gives efficient search? A. B-tree B. binary tree C. array D. linked list
21 30085Give the output of the following program main() {char *p='a'; int *i=100/*p; } what will be the value of *i= 1
6 11855Give 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 15479
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
How stl is different from the c++ standard library?
What is stl in c++ with example?
What is a standard template library (stl)?
What is stl language?
What are the different types of stl containers?
What is a stl vector?
Who created stl?
What is the stl, standard template library?
How do you convert stl to steps?
What are stl algorithms?
What do stl stand for?
Is there any error below, its a code to delete all entires from a map #include
What is stl stack?
help me i need a c++ program which takes sequesnce of characters and outputed sequence of their token taypes, work same compiler in lexical analysis phase