What is meaning of "Void main" in C Language.
Answer Posted / kenny
all the above are correct!
| Is This Answer Correct ? | 21 Yes | 19 No |
Post New Answer View All Answers
Why does the call char scanf work?
number of times a digit is present in a number
Explain what is #line used for?
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 calloc() function?
What is meant by operator precedence?
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
How can I delete a file?
What do you mean by a sequential access file?
In C programming, what command or code can be used to determine if a number of odd or even?
How can you be sure that a program follows the ANSI C standard?
Can we access array using pointer in c language?
Is c object oriented?
Why is it that not all header files are declared in every C program?
Write a program to swap two numbers without using third variable in c?