Explain how does free() know explain how much memory to release?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to find factorial of a number using recursive function.
Why are algorithms important in c program?
What is pass by reference in c?
What is the stack in c?
write aprogram for There is a mobile keypad with numbers 0-9 and alphabets on it. take input of 7 keys and then form a word from the alphabets present on those keys.
1 Answers iGate, Shashi, Source Bits, Subex,
Here is alphabets : abcdefgh 1) how to reverse. as hgfedcba 2) after reversal, how to group them in a pair hg fe dc ba.
please give me some tips for the selection in TCS.
write a program to display the numbers having digit 9 in the given range from 1 to 100
What is the difference between single charater constant and string constant?
What is the difference between array and pointer in c?
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
differentiate built-in functions and user – defined functions.