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
What is the argument of a function in c?
How can I read data from data files with particular formats?
Tell me what is the purpose of 'register' keyword in c language?
What is typedef struct in c?
Explain the term printf() and scanf() used in c language?
Where static variables are stored in memory in c?
What are the valid places to have keyword “break”?
What is C language ?
How can you restore a redirected standard stream?
What is the difference between null pointer and wild pointer?
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
how to capitalise first letter of each word in a given string?
Multiply an Integer Number by 2 Without Using Multiplication Operator
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.
How will you print TATA alone from TATA POWER using string copy and concate commands in C?