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
Why do we need arrays in c?
What is the g value paradox?
How do you list files in a directory?
What is meant by high-order and low-order bytes?
What is include directive in c?
Explain the difference between #include "..." And #include <...> In c?
Are the expressions * ptr ++ and ++ * ptr same?
What does malloc () calloc () realloc () free () do?
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.
What is quick sort in c?
What is the explanation for the dangling pointer in c?
When should I declare a function?
What is header file in c?