G
Greenhorn
Hi,
when i run the output file generated by using cc i get no output on
my terminal.
#include <stdio.h>
main()
{
printf("Testing the printf functionality");
}
Terminal screen:
[...@localhost ~]$ cc test.c
[...@localhost ~]$ test
[...@localhost ~]$
where do u think the output is going. How should i redirect to the
terminal
greenhorn
when i run the output file generated by using cc i get no output on
my terminal.
#include <stdio.h>
main()
{
printf("Testing the printf functionality");
}
Terminal screen:
[...@localhost ~]$ cc test.c
[...@localhost ~]$ test
[...@localhost ~]$
where do u think the output is going. How should i redirect to the
terminal
greenhorn