Explain what are the advantages and disadvantages of a heap?
No Answer is Posted For this Question
Be the First to Post Answer
Can a binary search tree be used as an index? If yes, how? Explain
what is a non volatile key word in c language?
1)what is the error in the following stmt where str is a char array and the stmt is supposed to traverse through the whole character string str? for(i=0;str[i];i++) a)There is no error. b)There shud be no ; after the stmt. c)The cond shud be str[i]!='\0' d)The cond shud be str[i]!=NULL e)i shud be initialized to 1
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
If the static variable is declared as global, will it be same as extern?
which is faster execution: loops or recursion?
Why can't we initialise member variable of a strucutre
What are the rules for identifiers in c?
Why is c still so popular?
What is the return type of sizeof?
what is the difference between c and java?