How can I increase the size of a C program (.exe file)?

Asked by Last Modified  

Follow 0
Answer

Please enter your answer

why do you want to do this? people generally look at reducing the size of the .exe as it offers more flexibility.
Comments

Industrial expert and real developer not just a teacher

haha another tricky question... people try to make their programs more optimised and less in size and you want opposite... so just do one thing... search "how to decrease the size of my C program (.exe file)?" and do exactly opposite to it. However, I believe you will not be able to increase its size...
read more
haha another tricky question... people try to make their programs more optimised and less in size and you want opposite... so just do one thing... search "how to decrease the size of my C program (.exe file)?" and do exactly opposite to it. However, I believe you will not be able to increase its size up to a specific size... There are another trick to increase sizes like #import as many header files as you can. Another trick is use 3rd party tools to execute your file not directly but indirectly using those tools... so overall size of entire software that you have developed will increase... Hope my answers will be helpful. Let me know if you have any query or confusion. read less
Comments

Related Questions

Which is older - Java or C?
C is older than JAVA
Profile Photo
Baby
The object file is in binary code, and the machine understands the binary language. So why object files are not executed?
Object files are sources compiled into binary machine language, but they do not have library files, so they are not executed.
Profile Photo
Dhruvil
0 0
View Comments9
What is a calling function in C?
In C, a calling function, also referred to as a calling routine or a caller, is a function that invokes or "calls" another function. When a program executes, control is transferred from the calling function...
Profile Photo
Deepika
0 0
View Comments6
Which should I learn first, C or UNIX?
C is invented with a purpose of building UNIX operating system. So, you should go with C first and then you can start to work on UNIX/LINUX
Profile Photo
Tushar
0 0
View Comments6
What are the __DATE__ and __TIME__ preprocessor commands?
Preprocessor is first statement that get executed. It tells compiler to pre-process before compilation. _DATE --> The current date as a character literal in "MMM DD YYYY" format. and The current time...
Profile Photo
Subhasish

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

C Program-Temperature [conversion from farenheit to degree celsius]
//WAP to convert temperture from farenheit into degree celsius //Header files#include<stdio.h>#include<conio.h> //Main functrion void main(){ //Variable declaration of type float float...
Profile Photo

Structures in C
A structure is a collection of one or more data members possibly of different data types, grouped together under a single name for convenient handling. Defining a Structure: In general terms,...
Profile Photo

C Language
To get help in C window (for keywords, functions) press Alt +F1.To delete a single line , use the shortcut key CTRL +Y.If you got error about the path when you execute a C pgm, check the Options menu =>Directories.
T

Thilagam S.

0 0
View Comments0

Set 0 To Kth Bit In A Variable
The following code snippet Set 0 to Kth Bit in an variable #include int UnsetBitValue(int n, int k);int main(){ printf("%d\n\n",UnsetBitValue(255,6)); return 0;}// Set kth bit to zeroint UnsetBitValue(int...
Profile Photo

What is a Programming Language
What is a Language? Language is a communication system of human. What is a programming Language? A programming Language is a formal constructed language design to communicate...
Profile Photo

Recommended Articles

Brilliant Academy is one of the reputed institutes for B.Tech tuition classes. This institute is specialised in delivering quality tuition classes for B.E, Engineering - all streams and Engineering diploma courses. Incorporated in 2012, Brillant Academy is a brainchild of Mr Jagadeesh. The main motto of the academy is to...

Read full article >

Lasya Infotech is a Hyderabad based IT training institute founded in 2016 by O Venkat. Believing in his innovation, passion and persistence and with a diverse blend of experience, he started his brainchild to deliver exemplary professional courses to aspiring candidates by honing their skills. Ever since the institute envisions...

Read full article >

Applications engineering is a hot trend in the current IT market.  An applications engineer is responsible for designing and application of technology products relating to various aspects of computing. To accomplish this, he/she has to work collaboratively with the company’s manufacturing, marketing, sales, and customer...

Read full article >

Hadoop is a framework which has been developed for organizing and analysing big chunks of data for a business. Suppose you have a file larger than your system’s storage capacity and you can’t store it. Hadoop helps in storing bigger files than what could be stored on one particular server. You can therefore store very,...

Read full article >

Looking for C Language Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you