Why malloc is faster than calloc?
what is different between auto and local static? why should we use local static?
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
What is main return c?
read an array and search an element
Why can't I perform arithmetic on a void* pointer?
what is the difference between these initializations? Char a[]=”string”; Char *p=”literal”; Does *p++ increment p, or what it points to?
What is a lookup table in c?
size maximum allocated by calloc()
how do u find out the number of 1's in the binary representation of a decimal number without converting it into binary(i mean without dividing by 2 and finding out the remainder)? three lines of c code s there it seems...can anyone help
What is #define used for in c?
Program to display given 3 integers in ascending order
What is file in c language?