fhemmie74211 fhemmie74211 08-11-2022 Computers and Technology contestada write a c function that counts the total number of nodes with two children in a binary tree (do not count nodes with one or none child). you can use a stl container if you need to use an additional data structure to solve this problem.