What should malloc() do? Return a null pointer or a pointer to 0 bytes?
No Answer is Posted For this Question
Be the First to Post Answer
write a programe to find the factorial of given number using recursion
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
program to print upper & lower triangle of a matrix
An entire structure variable can be assigned to another structure variable if __________
3 Answers Sasken, TCS, Tech Mahindra, Wipro,
What are the characteristics of arrays in c?
Write a program to implement queue.
List the difference between a While & Do While loops?
What is period operator in c?
how will you write a program on linked lists using JAVA programming???????????
How does memset() work in C?
what is the purpose of the code, and is there any problem with it. unsigned int v[10]; unsigned int i = 0; while (i < 10) v[i] = i++;
How #define works?