Why do we use int main instead of void main in c?
No Answer is Posted For this Question
Be the First to Post Answer
Why is c fast?
what do you mean by enumeration constant?
What compilation do?
7 Answers Geometric Software, Infosys,
What is new line escape sequence?
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
What is an anonymous union and where to apply that ?
What are local and global variables?
how to build a exercise findig min number of e heap with list imlemented?
Given a piece of code int x[10]; int *ab; ab=x; To access the 6th element of the array which of the following is incorrect? (A) *(x+5) (B) x[5] (C) ab[5] (D) *(*ab+5} .
What are the advantages of using linked list for tree construction?
What is #line in c?
What does != Mean in c?