how can I convert a string to a number?


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

Post New Answer

More C Interview Questions

What are the different types of control structures?

0 Answers  


Are there constructors in c?

0 Answers  


What are predefined functions in c?

0 Answers  


What is %lu in c?

0 Answers  


What is s or c?

0 Answers  


What is else if ladder?

0 Answers  


Explain what is the benefit of using const for declaring constants?

0 Answers  


What is calloc in c?

0 Answers  


What is the difference between malloc() and realloc()?

2 Answers  


What is the use of putchar function?

0 Answers  


consagous technology placement paper

3 Answers   Consagous, Sypra,


main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); }

6 Answers  


Categories