Answer Posted / aruna.r
void main() doesn't return any value.but we have to use
return type int means return any value
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Do you know the use of fflush() function?
Why c is called object oriented language?
Is there any data type in c with variable size?
Why should I use standard library functions instead of writing my own?
Why c is called procedure oriented language?
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.
State the difference between x3 and x[3].
What are linked lists in c?
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
Is javascript written in c?
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
How do I determine whether a character is numeric, alphabetic, and so on?
pierrot's divisor program using c or c++ code
What is strcpy() function?
Explain what are run-time errors?