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

Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.

0 Answers  


What are variables c?

0 Answers  


which will return integer? a) int*s ( ) b) ( int* ) s( ) c) int ( *s ) ( )

1 Answers   C DAC,


24.what is a void pointer? 25.why arithmetic operation can’t be performed on a void pointer? 26.differentiate between const char *a; char *const a; and char const *a; 27.compare array with pointer? 28.what is a NULL pointer? 29.what does ‘segmentation violation’ mean? 30.what does ‘Bus Error’ mean? 31.Define function pointers? 32.How do you initialize function pointers? Give an example? 33.where can function pointers be used?

0 Answers  


Calculate 1*2*3*____*n using recursive function??

0 Answers  






What is the difference between void main() and void main (void) give example programme?

0 Answers  


Find the middle node in the linked list?? (Note:Do not use for loop, count and count/2)

6 Answers   Subex,


What is the use of f in c?

0 Answers  


What does 3 mean in texting?

0 Answers  


Difference between MAC vs. IP Addressing

0 Answers  


What are the preprocessor categories?

0 Answers  


Explain Basic concepts of C language?

0 Answers   EXL,


Categories