Which of the following data structures is on average the
fastest for retrieving data:
1) Binary Tree
2) Hash Table
3) Stack
Post New Answer View All Answers
How can I write functions that take a variable number of arguments?
What is a built-in function in C?
Why is c called "mother" language?
how to make a scientific calculater ?
Is exit(status) truly equivalent to returning the same status from main?
Write a program to swap two numbers without using third variable in c?
How do I swap bytes?
Why we use break in c?
how to capitalise first letter of each word in a given string?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
Can a local variable be volatile in c?
Why does this code crash?
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
What is difference between static and global variable in c?
Explain what is a const pointer?