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 is the output of the following program? main() { int i=-1,j=-1,k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d %d %d %d %d",i,j,k,l,m); }

7 Answers  


What is c value paradox explain?

0 Answers  


What are the different types of control structures?

0 Answers  


Differentiate between declaring a variable and defining a variable?

0 Answers  


What are the uses of pre-processor directives?

2 Answers  






What is difference between class and structure?

0 Answers  


List some applications of c programming language?

0 Answers  


which will be first in c compiling ,linking or compiling ,debugging.

3 Answers   Sonata,


write a program to display & create a rational number

1 Answers   HCL, TCS,


What is meant by int fun const(int a, int b) { .... ... }

1 Answers  


What is a string?

0 Answers  


What are different types of variables in c?

0 Answers  


Categories