What is c method?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to print factorial of given number using recursion?
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
What is indirect recursion? give an example?
how can f be used for both float and double arguments in printf? Are not they different types?
Explain the red-black trees?
c program to subtract between two numbers without using '-' sign and subtract function.
What is the difference between Printf(..) and sprint(...) ?
what's the return value of malloc()
Given an array A[n+m] of n+m numbers, where A[1] ... A[n] is sorted and A[n+1] ... A[n+m] is sorted. Design a linear time algorithm to obtain A[1...n+m] sorted using only O(1) extra space. Time Complexity of your algorithm should be O(n) and Space Complexity O(1).
Explain the difference between call by value and call by reference in c language?
why wipro wase
I have a function which accepts a pointer to an int. How can I pass a constant like 5 to it?