EmbLogic's Blog

Author Archives: lohiya.ashwani

file read-write operation…unexpected output… plz explain…

here is the code: i was writing a character whose ASCII value is 144 to a file transfer.txt, then i close the file and open it to read the character which i wrote and when i checked the ascii value … Continue reading →

Posted in Uncategorized | 2 Comments

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 … Continue reading →

Posted in Uncategorized | Leave a comment