Differentiate between calloc and malloc.
What is the most efficient way to count the number of bits which are set in a value?
Why is extern used in c?
write a program to generate 1st n fibonacci prime number
what do you mean by enumeration constant?
Tell about strtok & strstr functions
2 Answers HCL, iFlex, Motorola,
what is d pitfalls of registers variables
write a c program to remove all the duplicate characters in a string and replace with single character? ex:-input- AAABBBCCC output- ABC
Would you rather wait for the results of a quicksort, a linear search, or a bubble sort on a 200000 element array? 1) Quicksort 2) Linear Search 3) Bubble Sort
Difference between Function to pointer and pointer to function
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; }
what is the structure pointer?
What is the scope of global variable in c?