Hello All,
Some C questions were bugging me from quite some time. Any answers!
please share.
1. GIven an .EXE is there a way to find how many global varibale it
uses?
2. Given 2 Strings char *str1 = "JHONSON";
char *str2 = "O";
what is the fastest way to remove all occurences of letter O from str1.
3. Given 2 STACKS, how to implement a QUEUE?
4. what are MAK files? where are they used (Not quite C related but
just in case.)
5. what does .OBJ files contains?
6. how does DLL link on runtime?
7. what is ELF format?
Best Regards,
#define
