Answer Posted / jai
It is variable that holds the address of another variable..
As ordinary varible pointer also has datatype. So, It
stores only address of the variable of the same type.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Write a program in c to replace any vowel in a string with z?
Can we change the value of constant variable in c?
What is merge sort in c?
Why isn't it being handled properly?
Where in memory are my variables stored?
Suppose we have a table name EMP as below. We want to perform a operation in which, I want to change name ‘SMITH’ from as ‘SMITH JAIN’. Also I want to change the name of the column from ENAME to E_NAME. EMPNO ENAME JOB MGR HIREDATE SAL 7369 SMITH Coder 7902 17-DEC-80 800 7499 ALLEN SALESMAN 7698 20-FEB-81 1600 7521 WARD SALESMAN 7698 22-FEB-81 1250
Why is c not oop?
What is #include conio h?
How to write a multi-statement macro?
Explain how do you determine whether to use a stream function or a low-level function?
What is a constant and types of constants in c?
What are the 3 types of structures?
how to capitalise first letter of each word in a given string?
Why c language is called c?
What are the storage classes in C?