Can a binary search tree be used as an index? If yes, how?
Explain
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to enter the name and age. If age>28 then find salary categories. if age<28 then find that you are gaduate or not.
What is wild pointer in c?
How to reverse a string using a recursive function, with swapping?
Q. where is the below variables stored ? - volatile, static, register
What are structural members?
What is line in c preprocessor?
Can we declare a function inside a function in c?
how the compiler treats any volatile variable?Explain with example.
Is it cc or c in a letter?
The C language terminator is a.semicolon b.colon c.period d.exclamation mark
What are the different types of linkage exist in c?
Difference between strcpy() and memcpy() function?