Is malloc memset faster than calloc?
No Answer is Posted For this Question
Be the First to Post Answer
What is the best way of making my program efficient?
What does typedef struct mean?
Study the Following Points: a.One Cannot Take the address of a Bit Field b.bit fields cannot be arrayed c.Bit-Fields are machine Dependant d.Bit-fields cannot be declared as static 1. Which of the Following Statements are true w.r.t Bit- Fields A)a,b&c B)Only a & b C)Only c D)All
What is the purpose of 'register' keyword in c language?
What is a program flowchart and how does it help in writing a program?
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
Explain high-order and low-order bytes.
Is Exception handling possible in c language?
What is difference between structure and union in c programming?
Is it possible to use curly brackets ({}) to enclose single line code in c program?
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; }
wat is the output #define VOLEDEMORT _who_must_not_be_named int main() { printf("VOLEDEMORT"); }