What is meaning of "Void main" in C Language.
Answer Posted / sonali panda
The main function does not return any information to the
operating system.
| Is This Answer Correct ? | 187 Yes | 61 No |
Post New Answer View All Answers
What is the difference between the = symbol and == symbol?
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
Can the sizeof operator be used to tell the size of an array passed to a function?
What is a good way to implement complex numbers in c?
i have a written test for microland please give me test pattern
What are the advantages of external class?
What is exit() function?
Do you have any idea how to compare array with pointer in c?
What are qualifiers?
Explain the use of 'auto' keyword in c programming?
What is the advantage of using #define to declare a constant?
What is the purpose of sprintf?
Explain pointers in c programming?
Differentiate call by value and call by reference?
Tell me what is null pointer in c?