#include<stdio.h> // filename hello.c
int main()
{
printf(“hello i m ASHWANI\n”);
}
]# size hello
text data bss dec hex filename
1149 492 16 1657 679 hello
what does it mean? plz reply….