What is meaning of "Void main" in C Language.
Answer Posted / sameer ashturkar
void means simply it's return zero(0)
| Is This Answer Correct ? | 23 Yes | 30 No |
Post New Answer View All Answers
Is register a keyword in c?
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
What is s in c?
Explain the term printf() and scanf() used in c language?
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
What is pointer to pointer in c language?
Who developed c language and when?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
What is structure padding in c?
In c programming language, how many parameters can be passed to a function ?
What are examples of structures?
How do you define a function?
Give the rules for variable declaration?
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above