What do you mean by dynamic memory allocation in c? What functions are used?
No Answer is Posted For this Question
Be the First to Post Answer
Given an array of length N containing integers between 1 and N, determine if it contains any duplicates.
write a program to find out prime number using sieve case?
there is two conditions , 1. while using for loop for printing 1 to 50 no's simulteneous 2. while using printf functios for printing 1 to 50 no's simulteneous with or without using variables who will take more time for compiling and execution? explain in details with reason?
What is use of null pointer in c?
Can variables be declared anywhere in c?
What is the use of header files?
Convert the following expression to postfix and prefix X $ Y Z - M + N + P / Q / (R + S)
Why doesnt that code work?
Define macros.
Which is better pointer or array?
Do character constants represent numerical values?
Tell me when is a void pointer used?