answersLogoWhite

0

In c a pointer is a variable that points to or references a memory location in which data is stored. Each memory cell in the computer has an address that can be used to access that location so a pointer variable points to a memory location we can access and change the contents of this memory location via the pointer.

Pointer declaration

A pointer is a variable that contains the memory location of another variable. The syntax is as shown below. You start by specifying the type of data stored in the location identified by the pointer. The asterisk tells the compiler that you are creating a pointer variable. Finally you give the name of the variable. type * variable name Example: int *ptr; float *string;

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is the ascii value for c?

The ASCII value for "C" is 67, for "c", 99.


The value of b is half the value of c?

the answer is that c is double the value of b


What's 35 c to a decimal?

35 IS a decimal. And the value of 35 c, as a decimal, depends on the value of c.


What is the value of c divided by 30 that equals 12?

The value of c/30 that equals 12 is 12 . In order to make that value, 'c' must be 360 .


What is c in numeric value?

C = 100


What is the value of 10c3?

The answer depends on the value of c!


What do you mean by a symmetric determinant in a and b and c?

It means that if you substitute b for a, c for b and a for c the value of the determinant remains unchanged.It means that if you substitute b for a, c for b and a for c the value of the determinant remains unchanged.It means that if you substitute b for a, c for b and a for c the value of the determinant remains unchanged.It means that if you substitute b for a, c for b and a for c the value of the determinant remains unchanged.


How do you convert a character into its ascii value?

In C a character already is its ASCII value: char c= 'A'; printf ("%c is %d (0x%x hexa)\n", c, c, c);


What is x plus c?

That depends on the value of x, and the value of c. The expression "x + c" can't be simplified, if that's what you mean.


What are the common factors of C C and 44?

To answer that, you'll need to have a numerical value for the letters.


What is default value of formal arguments?

In C, there is no default value for formal parameters. In C++, there can be, but the value is whatever you declare in the function declaration.


What is the LCM of 8 and C and C?

That would depend on the value of C.