What is meaning of "Void main" in C Language.
Answer Posted / piyush mani tiwari
The meaning of void is nothing thats why when the function
cant return any value than at that time we declair it as a void
void main means main does not return any value
| Is This Answer Correct ? | 133 Yes | 34 No |
Post New Answer View All Answers
Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?
What is static memory allocation?
Difference between linking and loading?
What is memcpy() function?
What are register variables? What are the advantage of using register variables?
Where static variables are stored in memory in c?
Where define directive used?
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
application attempts to perform an operation?
Explain what will the preprocessor do for a program?
What are the benefits of c language?
Tell us the use of fflush() function in c language?
What is the size of enum in bytes?
How can you increase the size of a dynamically allocated array?
What is call by value in c?