State the difference between realloc and free.
No Answer is Posted For this Question
Be the First to Post Answer
what will be the output of this program main() { int i=1; while (i<=10); { i++; } }
What is the difference between a function and a method in c?
wap in c to accept n number display the highest and lowest value
write a function that accepts an integer/char array and an search item.If the search item is there in the array return position of array and value else return -1.without using other array,without sorting,not to use more than one loop?
How can I read and write comma-delimited text?
what is disadvantage of pointer in C
what is the hexidecimal number of 4100?
What are the commands should be given before weiting C Program i.e, Cd.. like
4 Answers IBM, Infonet, Satyam, Tech Mahindra,
WHAT IS HEADER?
Write a program to find whether the given number is prime or not?
If we give two names then this displays the connection between the two people. It is nothing but flames game
What does sizeof function do?