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 Array?
program to find the magic square
pointer_variable=(typecasting datatype*)malloc(sizeof(datatype)); This is the syntax for malloc?Please explain this,how it work with an example?
2 Answers eClerx, Excel, kenexa,
What is the stack in c?
Why does the call char scanf work?
Is there any data type in c with variable size?
void main() { int a=1; while(a++<=1) while(a++<=2); }
What is #include stdio h?
What is I ++ in c programming?
Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.
How can I make a program in c to print 'Hello' without using semicolon in the code?
9 Answers C DAC, Practical Viva Questions,
What is difference between function overloading and operator overloading?