WHERE is C Used Let us now see how does C compare with other programming languages, All the programming languages can be divided into two categories. I. Problem oriented languages or High level languages; Higher level or problem oriented languages have been designed to give better programming efficiency. Examples of …
Read More »History of C and What is C
About Author Of C: Dennis MacAlistair Ritchie (September 9, 1941 to October 11, 2011) Ritchies full name is Dennis MacAlistair Ritchie. He was born in Bronxville Newyork in the year 1941 september 9. He was an American scientist who created and written C programming language and co developer of Unix …
Read More »What is Pollination
POLLINATION It refers to the transfer of pollen from the anther to the stigma of the same flower, or to the different flower on the same plant or to the different flower on the different plant but of the same species. It is an important initial step of the sexual …
Read More »What is NEET
NEET stands for National Eligibility cum Entrance Test. Since 2016 All India Pre-Medical Test (AIPMT) has been replaced by NEET. It is an exam which provides entry to the students for MBBS (Bachelor of Medicine, Bachelor of Surgery) and BDS (Bachelor of Dental Surgery) courses. This exam is conducted once …
Read More »Evolution Of Genetics
EVOLUTION OF GENETICS The most acceptable work in Genetics has been done by Gregor Johann Mendel. Mendel was born in a peasant family, in the later years of his life, he became monk. He conducted experiments on the pea plants in his monastery, which lead to important conclusions. Thus, he …
Read More »Ecology and Environment
ECOLOGY AND ENVIRONMENT Ecology (Haeckel, Tansley) is a branch of science that deals with the study of interactions of the organism with the environment. It is a multi-disciplinary subject that includes the study of biology, geography and environmental science. Ecology also includes an ecosystem. Ecosystem refers to the aggregation of …
Read More »Generations and Evolution of Computer
Evolution of Computer In today’s world computer plays a vital role in everyday life. Almost in every house we can find a computer. The computer has become a basic need to the human life. The reason behind it is everyone wants their work to be completed faster and in a …
Read More »String Builder : A Comprehensive Guide
String builder in Java is a class. It is like string objects, except that they can be modified. String Builder class is available in java.lang package. Internally String builder objects are treated like variable length arrays which contain sequence of characters. At any point of time, the length and content …
Read More »Why String Immutable
Before going into the discussion first need to know about the mutable and immutable. Mutable means it can be modified immutable means it cannot be modified once it is created. Strings in Java are immutable i.e. once the string is created it cannot be modified. More over a string in …
Read More »StringBuffer in Java
A string buffer is similar to String, but the difference is string cannot be modified but String Buffer is modified. String Buffer is thread safe and mutable sequence of characters. At any point in time it contains some particular sequence of characters, but the length and content of the sequence …
Read More »