What is malloc calloc and realloc in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the equivalent code of the following statement in WHILE LOOP format?
why u join this call center?
how to swap two nubers by using a function with pointers?
How can type-insensitive macros be created?
Explain what is the best way to comment out a section of code that contains comments?
What is getch c?
When we use void main and int main?
fun(int x) { if(x > 0) fun(x/2); printf("%d", x); } above function is called as: fun(10); what will it print? }
Where does the name "C" come from, anyway?
How can I get random integers in a certain range?
what is a static function
Explain heap and queue.