what is the use of c program?
Answers were Sorted based on User's Feedback
Answer / abhi tiger
to build software applications and also provide services.
| Is This Answer Correct ? | 23 Yes | 1 No |
Answer / shubham singh
This is a tool by which computer can understand our
language in binary language.
| Is This Answer Correct ? | 4 Yes | 1 No |
Explain About fork()?
Write a c program to Find the name that you entered is male name or female name? Such as Sunjay is name of male and Payal is name of female
Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record
without using control structures and control structures find the max and min of given 2 nos
What is NULL pointer?
What is %d called in c?
What is the difference between variable declaration and variable definition in c?
what is different between auto and local static? why should we use local static?
how to set Nth bit of variable by using MACRO
Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
What is pass by reference in functions?
Define Array of pointers.