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