Skip to main content

Posts

Showing posts with the label format

Featured Post

Data Mining with Weka -Installation

Weka - Data mining Tool W eka is a tool for big data and data mining. It is used to various classification, experiments, and analysis over large data sets. Installation Guide -weka  You can download Weka from   here   and follow the normal installation procedure. After completion you will get following window, here you can begin your classification or experiment on different data sets with Weka.

Format Specifier Used in 'C'

Format specifier are characters starting with% sign and followed with a character. It identifies the data type that is being processed. It is also known as "Conversion Specifier". Data Type                             Format Specifier symbol Integer                                                             % d Unsigned Integer% u Octal% o Hexadecimal% x Float% f Float (Scientific)% e Character% C String% s