Which is better malloc or calloc?
No Answer is Posted For this Question
Be the First to Post Answer
What is array of pointers to string?
Describe static function with its usage?
What is the modulus operator?
Is c procedural or functional?
main() { int i = 1; int num[] = {1,2,3,4}; num[i] = i++; printf("%d", num[i]); } what will be the output? }
22 Answers NDS, TCS,
can you explain in brief what is "r+" mode in a file... i know that it si used to read and modify rhe existing content.... but explalanation about the file pointer in "r+" mode i wann to know???????????
Why doesn't C support function overloading?
How Many Header Files in c?
Explain the use of 'auto' keyword
is it possible to change the default calling convention in c ?
What is the difference between int main and void main in c?
How do I round numbers?