Whether there can be main inside another main?If so how does
it work?
Answer Posted / guest
nested main
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Mention four important string handling functions in c languages .
write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);
How can you increase the size of a statically allocated array?
Explain what is meant by 'bit masking'?
What are data types in c language?
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
What is a wrapper function in c?
What is enumerated data type in c?
What is the difference between array and pointer in c?
What is #define used for in c?
What is the difference between char array and char pointer?
What should malloc() do?
Explain how can I open a file so that other programs can update it at the same time?
Can you write a programmer for FACTORIAL using recursion?
Is linux written in c?