What is meaning of "Void main" in C Language.
Answer Posted / mohit giri
void main() is a main function in c language.void means
nothing return any value.this function is used to execute our
program.without main(), program can compile but not run.
| Is This Answer Correct ? | 40 Yes | 14 No |
Post New Answer View All Answers
How is a pointer variable declared?
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.
What are nested functions in c?
Why is c so important?
Write programs for String Reversal & Palindrome check
What does 3 periods mean in texting?
What is the code for 3 questions and answer check in VisualBasic.Net?
Is a house a mass structure?
What are the advantages of external class?
Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1
What are the benefits of organizational structure?
What is a example of a variable?
Why ca not I do something like this?
Explain what are global variables and explain how do you declare them?
What is a macro?