Explain 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

Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?

0 Answers  


What is extern variable in c with example?

0 Answers  


Can a pointer be volatile in c?

0 Answers  


24.what is a void pointer? 25.why arithmetic operation can’t be performed on a void pointer? 26.differentiate between const char *a; char *const a; and char const *a; 27.compare array with pointer? 28.what is a NULL pointer? 29.what does ‘segmentation violation’ mean? 30.what does ‘Bus Error’ mean? 31.Define function pointers? 32.How do you initialize function pointers? Give an example? 33.where can function pointers be used?

2 Answers  


Explain what is a 'locale'?

0 Answers  






What is hash table in c?

0 Answers  


What is structure packing in c?

0 Answers  


What is void c?

0 Answers  


Why C language is a procedural language?

0 Answers   Ericsson,


Explain the use of bit fieild.

0 Answers  


How to avoid structure padding in C?

8 Answers   Tech Mahindra,


What are the types of pointers in c?

0 Answers  


Categories