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 12657Assume 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 6739Find 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 5391Which data structure gives efficient search? A. B-tree B. binary tree C. array D. linked list
21 30840Give the output of the following program main() {char *p='a'; int *i=100/*p; } what will be the value of *i= 1
6 12119Give 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 15779
What is a stl vector?
What are the various types of stl containers?
how can u do connectivity in c++ language? plz send me connectivity code in c++ ?
Is string part of stl?
Name the different types of stl containers.
a program using one dimensional array that searches a number if it is found on the list of given input numbers given by the user and locate its exact location in the list.
Do you like to Submit Questions in Bulk under Same Category?? Then use our Bulk ListerDo you like to Submit Questions in Bulk under Same Category?? Then use our Bulk Lister
What is the stl, standard template library?
Can we use stl in coding interviews?
What is a list in c++ stl?
write a program that will accept a number and print.its equivalent in words the maximum input number is 9999
draw a flowchart that accepts two numbers and checks if the first is divisible by the second.
What two types of containers does the stl provide?
please visit this site you'll find my question this is my homework please answer it if you can http://easyscience.org/ib/lofiversion/index.php/t36168.html
What is stl language?