Explain what are the advantages and disadvantages of a heap?
No Answer is Posted For this Question
Be the First to Post Answer
Given a string write a program to print all alphabetical characters in the order of their occurance first,followed by the sum of the numeric characters then followed by the special characters in the order of their occurance.
1 Answers College School Exams Tests, Wipro,
What are the rules for the identifier?
what will happen if you free a pointer twice after allocating memory dynamically ?
What is the difference between if else and switchstatement
Switch (i) i=1; case 1 i++; case 2 ++i; break; case 3 --i; Output of i after executing the program
What is exit() function?
Can we assign string to char pointer?
Write code for finding depth of tree
how to add our own function in c library please give details.?
How do you initialize pointer variables?
What is pointers in c?
Why we not create function inside function.