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
Explain what is the purpose of "extern" keyword in a function declaration?
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
why do we use # in c-language?
Explain the properties of union. What is the size of a union variable
Tell me a C program to display the following Output? 1 1 1 1 1 2 2 2 2 3 3 3 4 4 5
I want tcs placement papers of 2004-2009 , its urgent
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
Why do we use namespace feature?
What should not contain a header file?
What is call by reference in functions?
What is the use of typedef in structure in c?
Program to find the absolute value of given integer using Conditional Operators