is c a scripting language code example
Example 1: script in c
#!/usr/bin/perl
use Inline C;
exit main0();
__END__
__C__
#include <stdio.h>
int main0()
{
printf("Hello world !\n");
return 0;
}
Example 2: script in c
$ chmod +x test1.c
$ ./test1.c
> Hello world !