Pointers in C (original) (raw)

Which symbol is used to declare a pointer?

What is the output of the & operator?

What is the default value of an uninitialized local pointer?

Which format specifier is used to print an address in C?

What does the following pointer declaration mean?

C `

int *p;

`

Which of these is NOT a valid way to assign NULL to a pointer?

What is a dangling pointer?

Which of the following is true about pointer arithmetic?

There are 20 questions to complete.

Take a part in the ongoing discussion