0 votes
in C Plus Plus by

What are the ways to a null pointer that can use in the C programming language?

1 Answer

0 votes
by

) Null pointers are possible to use in three ways.

As an error value.

As a sentinel value.

To terminate indirection in the recursive data structure.

Related questions

0 votes
asked Mar 10, 2020 in C Plus Plus by rahuljain1
0 votes
asked Mar 10, 2020 in C Plus Plus by rahuljain1
...