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 12666Assume 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 6742Find 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 5392Which data structure gives efficient search? A. B-tree B. binary tree C. array D. linked list
21 30858Give the output of the following program main() {char *p='a'; int *i=100/*p; } what will be the value of *i= 1
6 12132Give 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 15786
what is template and type convertion
What is the use of stl?
What is a standard template library (stl)?
What is stl stand for?
How connect plc and pc through software
draw a flowchart that accepts two numbers and checks if the first is divisible by the second.
how to use C++?
What is stl in oop?
What are the various types of stl containers?
What does stl stand for in basketball?
What is the stl, standard template library?
What two types of containers does the stl provide?
What is a stl vector?
How is stl different from c++ standard library?
Is stl part of c++ standard?