Insert C code in shell script

Hi,

Anybody know on how to insert C code in shell script. I am writing BLOB data to a database table in C but I don't know on how to insert the C code in shell script. Thanks in advance.

Usually you compile your C-code to have a program and invoke the compiled binary/program in a shell script for example.