What is the advantage of an array over individual variables?
No Answer is Posted For this Question
Be the First to Post Answer
Where does the name "C" come from, anyway?
How can you return multiple values from a function?
Which is better between malloc and calloc?
Explain how do you print an address?
how i m write c program 1.check prime number 2.prime number series
What is a dynamic array in c?
how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?
Do you know the difference between exit() and _exit() function in c?
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
How the C program can be compiled?
Explain what is the difference between #include and #include 'file' ?
Write a program to swap two numbers without using a temporary variable?