Explain how do you convert strings to numbers in c?
No Answer is Posted For this Question
Be the First to Post Answer
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
What is extern variable in c with example?
Can a pointer be volatile in c?
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?
Explain what is a 'locale'?
What is hash table in c?
What is structure packing in c?
What is void c?
Why C language is a procedural language?
Explain the use of bit fieild.
How to avoid structure padding in C?
What are the types of pointers in c?