Answer Posted / sri
yes, passing array to a function is always call by reference
method because array name itself act as a pointer to its
first position.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is use of integral promotions in c?
Why doesnt that code work?
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:
Difference between MAC vs. IP Addressing
writ a program to compare using strcmp VIVA and viva with its output.
What are near, far and huge pointers?
Difference between Function to pointer and pointer to function
Explain how can you determine the size of an allocated portion of memory?
What is an arrays?
What is the use of bitwise operator?
What is the use of a semicolon (;) at the end of every program statement?
How do you define a string?
Is a house a shell structure?
Where are the auto variables stored?
How old is c programming language?