What is meaning of "Void main" in C Language.
Answer Posted / nagendra kumar
it is linguistic meaning and above person as excellent write answer
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
regarding pointers concept
shorting algorithmS
Explain Basic concepts of C language?
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
What is c token?
Where are the auto variables stored?
Is javascript based on c?
Can you please explain the scope of static variables?
What is a void pointer? When is a void pointer used?
What is difference between far and near pointers?
How does struct work in c?
Describe the steps to insert data into a singly linked list.
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
Write a program to maintain student’s record. Record should
not be available to any unauthorized user. There are three
(3) categories of users. Each user has its own type. It
depends upon user’s type that which kind of operations user
can perform. Their types and options are mentioned below:
1. Admin
(Search Record [by Reg. No or Name], View All Records,
Insert New Record, Modify Existing Record)
2. Super Admin
(Search Record [by Reg. No or Name], View All Records,
Insert New Record, Modify Existing Record, Delete Single Record)
3. Guest
(Search Record [by Reg. No or Name], View All Records)
When first time program runs, it asks to create accounts.
Each user type has only 1 account (which means that there
can be maximum 3 accounts). In account creation, following
options are required:
Login Name: <6-10 alphabets long, should be unique>
Password: <6-10 alphabets long, should not display
characters when user type>
Confirm Password: