Equations of Double Pointers =================================== .. toctree:: :maxdepth: 1 :hidden: sp_double_ptr dp_double_ptr tp_double_ptr In this main chapter, you are going to learn .. tab-set:: .. tab-item:: Double Single Pointer .. panels:: :container: container pb-4 :column: col-lg-12 p-2 :card: shadow In this section, you are going to learn `Syntax of Double Single Pointer` `How to derive pointer equations for single pointer ?` `How to apply these equations to understand C statements ?` `How to find typeof a variable ?` `How to find sizeof a variable ?` `How to find if variable is address or value ?` `How to find if variable is single pointer or a value ?` .. button-link:: ./sp_double_ptr.html :color: primary :shadow: :expand: :click-parent: Jump to "Equations of Double Single Pointer" .. tab-set:: .. tab-item:: Double Double Pointer .. panels:: :container: container pb-4 :column: col-lg-12 p-2 :card: shadow In this section, you are going to learn `Syntax of Double Double Pointer` `How to derive pointer equations for Double pointer ?` `How to apply these equations to understand C statements ?` `How to find typeof a variable ?` `How to find sizeof a variable ?` `How to find if variable is address or value ?` `How to find if variable is single or double or pointer or a value ?` .. button-link:: ./dp_double_ptr.html :color: primary :shadow: :expand: :click-parent: Jump to "Equations of Double Double Pointer" .. tab-set:: .. tab-item:: Double Triple Pointer .. panels:: :container: container pb-4 :column: col-lg-12 p-2 :card: shadow In this section, you are going to learn `Syntax of Double Triple Pointer` `How to derive pointer equations for Triple pointer ?` `How to apply these equations to understand C statements ?` `How to find typeof a variable ?` `How to find sizeof a variable ?` `How to find if variable is address or value ?` `How to find if variable is single or double or triple pointer or a value ?` .. button-link:: ./tp_double_ptr.html :color: primary :shadow: :expand: :click-parent: Jump to "Equations of Double Triple Pointer" .. card:: See Also * Current Module * :doc:`variable_and_ptr` * Next Module * :doc:`../array_n_ptrs/array_n_ptrs` * Other Modules * :doc:`../malloc_ptr/malloc_ptr` * :doc:`../typecasting_n_ptr/typecasting_n_ptr` * :doc:`../funcs_n_ptrs/funcs_n_ptrs` * :doc:`../memcpy_ptr/memcpy_ptr` * :doc:`../const_ptr/const_ptr` * :doc:`../void_ptr/void_ptr` * :doc:`../array_of_ptr/array_of_ptr` * :doc:`../ptr_to_array/ptr_to_array` * :doc:`../function_ptr/function_ptr` * :doc:`../pre_incr_ptr/pre_incr_ptr` * :doc:`../post_incr_ptr/post_incr_ptr` * :doc:`../pre_decr_ptr/pre_decr_ptr` * :doc:`../post_decr_ptr/post_decr_ptr`