Explain heap and queue.
No Answer is Posted For this Question
Be the First to Post Answer
write a program in c to read array check element is present or not?
HOW DO YOU HANDLE EXCEPTIONS IN C?
how to implement stack operation using singly linked list
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
In C programming, how do you insert quote characters (‘ and “) into the output screen?
why we use pointer in c
What is the scope of static variables in c language?
Do array subscripts always start with zero?
can we define a function in structure?
How do you determine if a string is a palindrome?
if a person is buying coconuts of Rs10,and then sell that coconuts of Rs9,with the loss of one rupee.After that the person became a millaniore.how?
Find the O/p of the following 1) #include int main() { char c='1'; int j=atoi(c); }