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

Tell us the difference between these two : #include"stdio.h" #include<stdio.h> define in detial.

5 Answers  


What is linear search?

0 Answers  


How to receive strings with spaces in scanf()

7 Answers  


Given a piece of code int x[10]; int *ab; ab=x; To access the 6th element of the array which of the following is incorrect? (A) *(x+5) (B) x[5] (C) ab[5] (D) *(*ab+5} .

2 Answers   Oracle,


What is the maximum no. of arguments that can be given in a command line in C.?

0 Answers   HCL,






Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?

0 Answers   MNC,


why we are using semicolon at the end of printh statment

2 Answers   HCL,


extern static int i func() { i =10; i++; printf("%d \n",i); } main() { i =20; printf("%d \n",i); func(); printf("%d \n",i); }

2 Answers  


how to write a data 10 in address location 0x2000

3 Answers  


Is it better to use malloc() or calloc()?

0 Answers   Aspire, Infogain,


What are the back slash character constants or escape sequence charactersavailable in c?

0 Answers  


What does volatile do?

0 Answers  


Categories