What is difference between array and structure in c?
No Answer is Posted For this Question
Be the First to Post Answer
WHAT IS PRE POSSESSORS?
What is an anonymous union and where to apply that ?
Where is c used?
what is the purpose of the code, and is there any problem with it. unsigned int v[10]; unsigned int i = 0; while (i < 10) v[i] = i++;
WRITE A PROGRAM IN C TO MULTIPLY TWO 2-D ARRAYS
dynamically allocate memory for linear array of n integers,store some elements in it and find some of them
Why c is a mother language?
What are the different types of constants?
implement OR gate without using any bitwise operator.
is it possible to create your own header files?
how to generate the length of a string without using len funtion?
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?