How to throw some light on the b tree?
No Answer is Posted For this Question
Be the First to Post Answer
What is time complexity c?
while initialization of array why we use a[][2] why not a[2][]...?
Do you know pointer in c?
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
What's the difference between struct x1 { ... }; and typedef struct { ... } x2; ?
can any one tell that i have a variable which is declared as static but i want this variable to be visible to the other files? how?
What are advantages and disadvantages of recursive calling ?
12 Answers College School Exams Tests, Evolving Systems, HP, Jyoti Ltd, Sage, Wipro,
Program to display given 3 integers in ascending order
What is double pointer?
Describe the steps to insert data into a singly linked list.
Which of the following is not a valid declaration for main ()? 1) int main() 2) int main(int argc, char *argv[]) 3) They both work
what is the associativity of bitwise OR operator?