what is the use of c program?
Answer Posted / guest
it is use for make a softwares
| Is This Answer Correct ? | 13 Yes | 5 No |
Post New Answer View All Answers
What does the function toupper() do?
What is hungarian notation? Is it worthwhile?
1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.
What is an arrays?
What is const keyword in c?
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
What is string function in c?
Why is %d used in c?
explain how do you use macro?
What does 1f stand for?
Is it better to use a macro or a function?
Differentiate between ordinary variable and pointer in c.
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
I need previous papers of CSC.......plz help out by posting them.......
Why doesnt that code work?