Answer Posted / hinali lukhi
C is case sensitive language.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is linux written in c?
How can I direct output to the printer?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
string reverse using recursion
How can a program be made to print the name of a source file where an error occurs?
What is structure pointer in c?
What is the significance of an algorithm to 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.
Why double pointer is used in c?
`write a program to display the recomended action depends on a color of trafic light using nested if statments
What are keywords c?
Explain how many levels deep can include files be nested?
Is this program statement valid? INT = 10.50;
Can a function argument have default value?
What is the difference between exit() and _exit() function?