0
Did c language program and database link together
How c programming and database connect to each other .is it possible ?
1 Answer
+ 1
it is possible, databases normally have a library that give an interface for us to communicate with.
for example mysql has libmysqlclient for C language to interact with it. https://dev.mysql.com/downloads/connector/