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

what type of errors are checked during compilation

3 Answers  


What is the difference between ‘g’ and “g” in C?

1 Answers  


What is the code in while loop that returns the output of given code?

0 Answers  


int *a[5] refers to

12 Answers   TCS,


fun(int x) { if(x > 0) fun(x/2); printf("%d", x); } above function is called as: fun(10); what will it print? }

17 Answers   NDS,


What are the 32 keywords in c?

0 Answers  


Are the outer parentheses in return statements really optional?

0 Answers  


Why do we write return 0 in c?

0 Answers  


what is the differnce between AF_INET and PF_INET?

5 Answers   Systems Plus, Wipro,


What are the restrictions of a modulus operator?

0 Answers  


Write a C++ program to give the number of days in each month according to what the user entered. example: the user enters June the program must count number of days from January up to June

0 Answers  


Write a program to know whether the input number is an armstrong number.

0 Answers   Wipro,


Categories