Explain how do you convert strings to numbers in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is pointer
Define circular linked list.
say the following declaration is correct nr not. int b=a,n=0;
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
What is the difference between #include <header file> and #include “header file”?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
An interactive c program to read basic salary of 15 persons. each person gets 25% of basic as HRA, 15%of basic as conveyance allowances, 10%of basic as entertainment allowances.The total salary is calculated by adding basic+HRA+CA+EA.Calculate how many out of 15 get salary above 10,000.Rs also print the salary of each employee
how to write a c program to print list of fruits in alpabetical order?
When should the volatile modifier be used?
What oops means?
Why do u use # before include in a C Progam?
What's wrong with the call "fopen ("c:\newdir\file.dat", "r")"?