How do you convert strings to numbers in C?
No Answer is Posted For this Question
Be the First to Post Answer
what are bit fields in c?
Differentiate between declaring a variable and defining a variable?
If I want to initialize the array like. int a[5] = {0}; then it gives me all element 0. but if i give int a[5] = {5}; then 5 0 0 0 0 is ans. what will I do for all element 5 5 5 5 5 in a single statement???
Hai what is the different types of versions and their differences
What is meant by realloc()?
difference between c and c++
What is difference between array and structure in c?
Which are low level languages?
What is identifier in c?
How do you define CONSTANT in C?
is c language is a object oreinted language?
How can I find the modification date of a file?