Write a program to exchange two variaables without temp
Answer Posted / sandeep rehlan
Sir, please explain me the 3rd and 6th answer because both
are the orrect way of swapping of two variables.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between getch() and getche() in c?
How does selection sort work in c?
provide an example of the Group by clause, when would you use this clause
What is unsigned int in c?
What's the difference between constant char *p and char * constant p?
Which programming language is best for getting job 2020?
Is multithreading possible in c?
What is the description for syntax errors?
what is reason of your company position's in india no. 1.
Is that possible to store 32768 in an int data type variable?
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:
Explain what does the function toupper() do?
What is meant by operator precedence?
write a program for the normal snake games find in most of the mobiles.
How do you define a function?