Why malloc is faster than calloc?
No Answer is Posted For this Question
Be the First to Post Answer
What is a global variable in c?
plz answer....A program that takes 3 variables e.g a,b,c in as seperate parameters and rotates the values stored so that value goes a to b, b to c and c to a .
how can we print hellow world programme without using semicolon
I have an array of 100 elements, each of which is a random integer. I want to know which of the elements: a) are multiples of 2 b) are multiples of 2 AND 5 c) have a remainder of 3 when divided by 7
What is variable declaration and definition in c?
What are the uses of pre-processor directives?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
What is the use of structure padding in c?
What is wrong with this declaration?
what is an ERP?
What is the difference between File pointer and Internal Charecter Pointer?
What is "Hungarian Notation"?