Dynamically store lines of strings using C
        Posted  
        
            by Biswajyoti Das
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Biswajyoti Das
        
        
        
        Published on 2009-07-25T17:13:40Z
        Indexed on 
            2010/03/22
            0:41 UTC
        
        
        Read the original article
        Hit count: 383
        
I want to store lines of strings dynamically using C language.
for e.g
sadasdasda5245sdf
fadfa6456
fasdf90-70=790
the number of such lines and the length of each line can be anything.Is there any way to store the whole thing dynamically.
© Stack Overflow or respective owner