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
How can I remove the leading spaces from a string?
Why is c so popular?
How can you tell whether a program was compiled using c versus c++?
Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.
what is the difference between 123 and 0123 in c?
Why do we use int main instead of void main in c?
What is a floating point in c?
Can we assign integer value to char in c?
hi, which software companys will take,if d candidate's % is jst 55%?
how could explain about job profile
Is there sort function in c?
What is ponter?
#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 typedef struct in c?
Differentiate between static and dynamic modeling.