Answer Posted / prabu
yes there is no return a value for void main function
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What will be your course of action for a push operation?
What is a substring in c?
What is difference between structure and union?
What oops means?
What is the difference between procedural and functional programming?
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
difference between Low, Middle, High Level languages in c ?
Tell us the use of fflush() function in c language?
What is "Duff's Device"?
How do c compilers work?
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
Explain the use of 'auto' keyword
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
Which node is more powerful and can handle local information processing or graphics processing?
How to declare pointer variables?