EmbLogic's Blog

size command

#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….

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>