Answer Posted / suresh
void main() returns no value
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Is using exit() the same as using return?
How to explain the final year project as a fresher please answer with sample project
How can I open a file so that other programs can update it at the same time?
What is the stack in c?
Define macros.
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
What are the types of type qualifiers in c?
What is chain pointer in c?
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
What is the use of #define preprocessor in c?
What is calloc malloc realloc in c?
Describe newline escape sequence with a sample program?
Explain what is the difference between a string and an array?
What are the different data types in C?