What is meaning of "Void main" in C Language.
Answer Posted / bala
does not return the value..
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a good way to implement complex numbers in c?
Explain how do you generate random numbers in c?
What is size of union in c?
develop algorithms to add polynomials (i) in one variable
What is a static variable in c?
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
What is a void pointer? When is a void pointer used?
write a progrmm in c language take user interface generate table using for loop?
Describe dynamic data structure in c programming language?
Write a program to reverse a linked list in c.
Here is a neat trick for checking whether two strings are equal
How can I pad a string to a known length?
Write a program to print all permutations of a given string.
What are operators in c?
In C language, a variable name cannot contain?