function which produces new static pointer in c -


can create function produces new static pointer @ each call?

struct a{     //something }  void function(){     struct a* head; //i want every time call function();                     //  create new static pointer } 


Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

xcode - Swift Playground - Files are not readable -

windows - How to automate a file conversion xwm to mp3 with xwmaencode.exe using bat file -