Answer Posted / abhijeet kankani
Ya,the person is riht *p is just pointer which holds the
address of any variable(identifier)
where as **p is pointer to pointer which holds
address of another pointer
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
Is null equal to 0 in sql?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
Write a program with dynamically allocation of variable.
What are data types in c language?
What is the difference between NULL and NUL?
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion
Tell me what is null pointer in c?
What is the use of typedef in structure 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:
Which header file is essential for using strcmp function?
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above
What is static and auto variables in c?
Explain what is the difference between a free-standing and a hosted environment?
Is there a way to jump out of a function or functions?
What is c language & why it is used?