What is meaning of "Void main" in C Language.
Answer Posted / raj
by default main return int to its environment but when we
declare void main it means it will not return any value
| Is This Answer Correct ? | 36 Yes | 16 No |
Post New Answer View All Answers
When is a null pointer used?
using only #include
Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.
What is meant by errors and debugging?
Write the control statements in C language
What is the value of uninitialized variable in c?
What is printf () in c?
Write a program to swap two numbers without using third variable in c?
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
What is the difference between the = symbol and == symbol?
What is indirection in c?
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
Why do we use stdio h and conio h?
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
What is sizeof in c?