What does malloc () calloc () realloc () free () do?
No Answer is Posted For this Question
Be the First to Post Answer
In which mode we open the file for read,write and append also in c ? a)W b)w+ c)r+ d)a
which will return integer? a) int*s ( ) b) ( int* ) s( ) c) int ( *s ) ( )
can any one tel me wt is the question pattern for NIC exam
write a program for even numbers?
Write a C program to fill a rectangle using window scrolling
What is the explanation for modular programming?
What is the difference between class and object in c?
Explain how can a program be made to print the name of a source file where an error occurs?
Explain the Difference between the New and Malloc keyword.
I didn't count the ducks that I saw in line, but I do remember that one duck was in front of two ducks, another duck behind two ducks. How many ducks did I see?
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?