[Solved] pass pointer of struct in c programming
Firstly, this question looks fairly ridiculous, especially with a struct name of “Nooooooooooooooooooooooo”, it’s probably a waste of people’s time trying to answer. Secondly, your terminology is way off. Passing a pointer to a structure is very different from a pointer to a function! However in your code, the main issue is with this line: … Read more