C General - Reducing the Final Size of an Executable File
Interview Question Database For Software Developers
|
|
| Reducing the Final Size of an Executable File | | How to reduce the final size of an executable file? | | By: Guest |
Size of the final execuatable can be reduced using
dynamic linking for libraries.
| | ID: 11 | Rank: 1552 | Votes: -3 | Views: 453 | Submitted: 20070226 |
1491 :-) | | "union" Data Type | | What's the output of the following program? And
why?
#include
main() {
typedef union {
int a;
char b[10];
float c;
}
Union;
Union x... | | Submitted: 20070226 |
|
Copyright © 2009 FYIcenter.com
All rights in the contents of this Website are reserved by the individual author.
No part of the contents may be reproduced in any form without author's permission.
|
|
|