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
Post a Comment