Why malloc is faster than calloc?
No Answer is Posted For this Question
Be the First to Post Answer
how to set Nth bit of variable by using MACRO
Are pointers integer?
what are two categories of clint-server application development ?
what is the difference between global variable & static variable declared out side all the function in the file.
What are linker error?
What is sparse file?
what is the purpose of the code, and is there any problem with the code? int f( int n, int l, int r ) { return (n << l) >> r; }
write a c code "if you give a any decimal number then print that number in english alphabet"? ex: i/p: 552 o/p: five hundred fifty two ...
c program to manipulate x=1+3+5+...+n using recursion
What is the size of a union variable?
To what value do nonglobal variables default? 1) auto 2) register 3) static
how can i sort numbers from ascending order and descending order using turbo c..