how to build a exercise findig min number of e heap with list
imlemented?
No Answer is Posted For this Question
Be the First to Post Answer
program to find the second largest word in a paragraph amongst all words that repeat more thn twice
what is reason of your company position's in india no. 1.
how to use virual function in real time example
How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?
What is indirection in c?
Write program to remove duplicate in an array?
Write a program to print distinct words in an input along with their count in input in decreasing order of their count..
Write a code to remove duplicates in a string.
What is a pointer?
main() { int i = -3,j=2,k=0,m; m= ++i || ++j && ++k; printf("%d%d%d",i,j,k,m); }
write the function int countchtr(char string[],int ch);which returns the number of timesthe character ch appears in the string. for example the call countchtr("she lives in Newyork",'e') would return 3.
What is context in c?