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
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
How can I do peek and poke in c?
What are operators in c?
Here is a good puzzle: how do you write a program which produces its own source code as output?
What are comments and how do you insert it in a C program?
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
What is the condition that is applied with ?: Operator?
What is dynamic variable in c?
Are there any problems with performing mathematical operations on different variable types?
What is the scope of static variable in c?
What does void main () mean?
What are different storage class specifiers in c?
Explain pointers in c programming?