Post New Answer View All Answers
Explain the bubble sort algorithm.
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
Explain what is the difference between functions abs() and fabs()?
What are the usage of pointer in c?
How can I recover the file name given an open stream or file descriptor?
what is reason of your company position's in india no. 1.
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
How can I call a function with an argument list built up at run time?
What is #ifdef ? What is its application?
a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.
Differentiate call by value and call by reference?
What does s c mean in text?
What is 1d array in c?
What is the difference between malloc() and calloc()?
What is the Purpose of 'extern' keyword in a function declaration?