The ampersand '&' has many uses in the C++ language:
The single ampersand can be used to reference the pointer address of a pointer:
int* pointer;
int* anpointer;
anpointer = &pointer;
This example, although perhaps not valid, shows that the anpointer reference is now the same as the reference to the pointer memory address.
The single ampersand can also be used to reference an object in a function:
void function( int param1, int param2, int &reference );
If this function were to be called, and the reference object altered within the function, the actualy object that was passed into the function would be altered.
The double ampersand '&&' specifies that the left AND the right concepts must both be true before the whole statement is true. For example:
if( conceptA true )
{
conceptC = true;
}
Chat with our AI personalities
The '&' symbol when used before a variable name returns the address of the memory location in which the contents of the variable are stored. Hence it is widely used in pointer manipulations and in inbuilt functions like scanf which require memory address to be passed as argument.
C-language was derived from B-language.
C Language is First Step of Programming Language, Help for C Language you are show the correct answer
C is a pop language. C is a case sensetive language. C is motherof all language. C is block structure language. C is a high level language. C is advace of B language. C developed by D.richties in 1972 at AT & T Bell lab in USA. Sachin Bhardwaj 986854722 skbmca@gmail.com
it is not regular language .it is high level language
C is a programming.it is defined by the c language