Hi,
main()
{
}
Is a user defined function or Built in Functionn
Answer Posted / rajesh thakur
main() is User defined function... for more discussion
contact me at neothecodebreaker@ymail.com.
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
What was noalias and what ever happened to it?
Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014 Npu university
What is assert and when would I use it?
The statement, int(*x[]) () what does in indicate?
What is indirection in c?
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:
List out few of the applications that make use of Multilinked Structures?
What is pointer to pointer in c with example?
What is a program?
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
What are c preprocessors?
What is self-referential structure in c programming?
a value that does not change during program execution a) variabe b) argument c) parameter d) none
write a program fibonacci series and palindrome program in c
What is the use of getchar functions?