Keywords less used
In c, there are some keywords the usage of which is not very clearly defined (in textbooks). But they are an important part of the language. Here are some I could find.
Trends To Good Coding Style
1. Name :: A variable name reflects it’s presence and usage in a program. A variable name thus should be concise, understandable, definitely memorable and if possible pronounceable. Global :- Use descriptive names for global variables as they can crop up anywhere in a code. Another good method is to include a comment with each [...]
Algorithms
Randomized algorithms Randomized algorithms rely on the statistical properties of random numbers. One example of a randomized algorithm is quicksort. In quicksort we take a set of data, sort it selecting a pivot value, ie; we select a central value(as in having a central tendency) and then sort all the elements before and after it. [...]
Blank Frame In Java
A blank frame window :: import javax.swing.*; public class swingstart { public static void main(String[] args) { SimpleFrame frame=new SimpleFrame(); frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); frame.setVisible(true); } } class SimpleFrame extends JFrame { …
Added to mylot
I have decided to check the mylot service which is supposed to pay for blogging! Lets’ see.. myLot User Profile They required me to do this!!!
Chinmoy Kanjilal is the geek behind Techarraz. This is where he rants about his adventures with technology. Get to know him better, and connect with him on social networks.
Recent reactions