What is meant by int main ()?
No Answer is Posted For this Question
Be the First to Post Answer
I need previous papers of CSC.......plz help out by posting them.......
What is the function of ceil(X) defined in math.h do? A)It returns the value rounded down to the next lower integer B)it returns the value rounded up to the next higher integer C)the Next Higher Value D)the next lower value
What are the advantage of c language?
What are the c keywords?
What is the correct code to have following output in c using nested for loop?
Q-1: Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college.
Explain what is the most efficient way to store flag values?
How do you view the path?
What are the advantages and disadvantages of c language?
Why does this code crash?
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
What is the difference between realloc() and free()