Which is better between malloc and calloc?
No Answer is Posted For this Question
Be the First to Post Answer
What is the meaning of c in c language?
helllo sir , what is the main use of the pointer ,array ,and the structure with the example of a programe
Explain how can you avoid including a header more than once?
how to print the character with maximum occurence and print that number of occurence too in a string given ?
How do I copy files?
what is stack , heap ,code segment,and data segment
what is the different bitween abap and abap-hr?
What is getche() function?
If "AaBbCc" is passed to the char char x(*a) { a[0]?x(a+1):1; printf("%c",a[0]); return 1; } what will be the output?
1.what are local and global variables? 2.what is the scope of static variables? 3.what is the difference between static and global variables? 4.what are volatile variables? 5.what is the use of 'auto' keyword? 6.how do we make a global variable accessible across files? Explain the extern keyword? 7.what is a function prototype? 8.what does keyword 'extern' mean in a function declaration?
Why is c faster?
Explain the bubble sort algorithm.