What is the difference between void main() and int main()?
Answer / nashiinformaticssolutions
void main() is not standard; int main() is required by the C standard to return an integer.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is c language used for?
What is switch in c?
How many types of linked lists what are they? How many types of data structures?
18 Answers BSNL, Pivotal Software,
What is external and internal variables What is dynamic memory allocation what is storage classes in C
What are shell structures used for?
What is the best organizational structure?
How does the assert() function work?
How many header files are in c?
Write a program to print distinct words in an input along with their count in input in decreasing order of their count
Why is python slower than c?
can anyone suggest some site name..where i can get some good data structure puzzles???
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix