Why malloc is faster than calloc?
No Answer is Posted For this Question
Be the First to Post Answer
Which of the following about automatic variables within a function is correct ? a.its type must be declared before using the variable b.they are local c.they are not initialised to zero d.they are global.
i want the code for printing the output as follows 4 4 3 3 2 2 1 1 0 1 1 2 2 3 3 4 4
what are the files which are automatically opened when a c file is executed?
how can i make a program with this kind of output.. Enter a number: 5 0 01 012 0123 01234 012345 01234 0123 012 01 0
1 What is a Data Structure?
Suggesting that there can be 62 seconds in a minute?
How can I trap or ignore keyboard interrupts like control-c?
What is the difference between i++ and i+1 ?(in terms of memory)
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
Can a file other than a .h file be included with #include?
Why doesn't C have nested functions?
Explain how do you use a pointer to a function?