What are the differences between new and malloc in C?
No Answer is Posted For this Question
Be the First to Post Answer
if we take a number as a char then can we manipulate(add, subtract) on this number
What is the best way of making my program efficient?
Explain what are linked list?
write the program to find multiplication of 2-D matrix??????????
I have seen function declarations that look like this
what are threads ? why they are called light weight processes ? what is the relation between process and threads ?
int i=10; printf("%d %d %d", i, i=20, i);
Does free set pointer to null?
Why c is a procedural language?
What is a void pointer in c?
What is structure in c definition?
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?