How do you convert strings to numbers in C?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

what are bit fields in c?

0 Answers  


Differentiate between declaring a variable and defining a variable?

0 Answers  


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???

3 Answers   Amdocs, IBM,


Hai what is the different types of versions and their differences

0 Answers  


What is meant by realloc()?

0 Answers  






difference between c and c++

3 Answers  


What is difference between array and structure in c?

0 Answers  


Which are low level languages?

0 Answers  


What is identifier in c?

0 Answers  


How do you define CONSTANT in C?

0 Answers   ADP,


is c language is a object oreinted language?

5 Answers   TCS,


How can I find the modification date of a file?

0 Answers   Celstream,


Categories