Answer Posted / kathir
Type casting p to a pointer to integer.If p would have been
p=0x00000004 then this would increase the pointer by 4.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
c program for searching a student details among 10 student details
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
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 does the error 'Null Pointer Assignment' mean and what causes this error?
Can you please explain the difference between exit() and _exit() function?
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
The file stdio.h, what does it contain?
What is the significance of an algorithm to C programming?
Can you subtract pointers from each other? Why would you?
is it possible to create your own header files?
Is c easier than java?
Tell me about low level programming languages.
Is it possible to use curly brackets ({}) to enclose single line code in c program?
Why c is a mother language?
What is sizeof in c?