Explain 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

main() { printf("hello"); fork(); }

0 Answers   Wilco,


What is void c?

0 Answers  


How is a macro different from a function?

0 Answers   Tech Mahindra,


Write a program to write a given string in maximum possibilities? i.e str[5]="reddy"; i.e we can write this string in 120 ways for that write a program

3 Answers   Subex,


Differentiate between the = symbol and == symbol?

0 Answers  






Where is volatile variable stored?

0 Answers  


what is the use of call back function in c?tell me with example

2 Answers   Bosch,


Why is #define used?

0 Answers  


Explain the difference between getch() and getche() in c?

0 Answers  


What does it mean when the linker says that _end is undefined?

0 Answers  


What is structure padding in c?

0 Answers  


What is the output for the program given below typedef enum grade{GOOD,BAD,WORST,}BAD; main() { BAD g1; g1=1; printf("%d",g1); }

4 Answers   ADITI,


Categories