Explain how can I convert a string to a number?
No Answer is Posted For this Question
Be the First to Post Answer
What's wrong with "char *p; *p = malloc(10);"?
How can I implement opaque (abstract) data types in C? What's the difference between these two declarations? struct x1 { ... }; typedef struct { ... } x2;
What is a protocol in c?
What is a node in c?
How can I get back to the interactive keyboard if stdin is redirected?
suppose there are five integers write a program to find larger among them without using if- else
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above
without using arithmatic operator solve which number is greater??????????
Is main is user defined function?
What are extern variables in c?
What is #define used for in c?
write a program structure to find average of given number