Is malloc memset faster than calloc?
No Answer is Posted For this Question
Be the First to Post Answer
main() { char p[] = "hello world!"; p = "vector"; printf("%s",p); }
2 Answers Vector, Vector India,
What is difference between the following 2 lines…. int temp = (int)(0x00); int temp = (0x00int);
What is data structure in c programming?
sir i wanted to know how we wap in c to add numbers without using arithmetic operator in which digits are entered by user?
Prove or disprove P!=NP.
difference between string and array?
How do you prevent buffer overflows in C?
What do you mean by c?
is forign key will be unique key any table or not?
What are the types of variables in c?
Differentiate between #include<...> and #include '...'
for questions 14,15,16,17 use the following alternatives:a.int b.char.c.string.d.float