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

code for concatination of 2 strings with out using library functions?

3 Answers  


what is used instead of pointers in java than c?

1 Answers   Vuram,


What is a shell structure examples?

0 Answers  


how to devloped c lenguege?

4 Answers  


What is the ANSI C Standard?

0 Answers   Celstream,






What is a file descriptor in c?

0 Answers  


study the code: #include<stdio.h> void main() { const int a=100; int *p; p=&a; (*p)++; printf("a=%dn(*p)=%dn",a,*p); } What is printed? A)100,101 B)100,100 C)101,101 D)None of the above

15 Answers   Accenture, TCS,


Can you define which header file to include at compile time?

0 Answers   Aspire, Infogain,


What is the difference between int main and void main in c?

0 Answers  


Which function in C can be used to append a string to another string?

0 Answers  


What does c in a circle mean?

0 Answers  


what is the hexidecimal number of 4100?

16 Answers   Google,


Categories