programming in c
Tips for c program
Tips For programing in c | |
Basically the c program sucessive rate depending the following things1.Algorithm Efficiency2.Memory 3.predicted output 4. Data Flow
Algorithm efficiency
is used to describe properties of an algorithm relating to how much of various types of resources it consumes. Algorithmic efficiency can be thought of as analogous to engineering productivity for a repeating or continuous process, where the goal is to reduce resource consumption, including time to completion, to some acceptable, optimal level.
Memory
Use a minium of memory space for programming storage that also increase your sucessive rate Predicted output
The user are customer need the exact output that means he wants the Desired output.If achive the criteria then the sucessive rate increase
Data Flow or Reduce the code
In your code is to lenghtly it also taken much more time to execute it.so try to avoid unnecessary statements
Example:If you are using a printf() statement in your programming each character is to take print more times compare then 1000 of times of executing a loop
|
If you enjoyed this post and wish to be informed whenever a new post is published, then make sure you subscribe to my regular Email Updates. Subscribe Now!
0 comments:
Have any question? Feel Free To Post Below: