Answer Posted / pavan bhalot
header file is that file in which predefines all those
function those are useig in program.like scanf,printf, getch
etc.
Is This Answer Correct ? | 62 Yes | 4 No |
Post New Answer View All Answers
How can I call a function with an argument list built up at run time?
What is pointer & why it is used?
Is c still relevant?
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:
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
How to set file pointer to beginning c?
please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics
What is New modifiers?
Can a variable be both constant and volatile?
Explain what are global variables and explain how do you declare them?
Explain about block scope in c?
What is a scope resolution operator in c?
What does c in a circle mean?
Do you know what are bitwise shift operators in c programming?
What is the acronym for ansi?