On Thu, 12 Mar 2009, javaddi haritha wrote: > I am not able to c programs in unbuntu. > even by using gcc or cc command, getteing error for header files such as > "stdio.h". > can anyone giv me the solution. >
the standard 'C' header files should be in the directory '/usr/include' . Across OpenSolaris, BSD and Linux this is the standard. May be you need to install some 'apt' package. Ubuntu geeks can help you with that. thanks Saifi.

