Javatpoint Logo

Dynamic structure creation at run time in c language

By: kanumu*** On: Sun Jul 16 19:28:41 IST 2017     Question Reputation0 Answer Reputation0 Quiz Belt Series Points0  0Blank User
I need a structure to create dynamically at run time through the user input. The input will be given at run time through the key board.
Is it possible to create a structure at run time through c language?
For reference follow the link given below.
https://stackoverflow.com/questions/22084223/creating-a-certain-struct-at-run-time-in-c

Up0Down