C Programming Reference


C Programming Reference >> C Basic Tutorials >> C Keywords Home >>

_Imaginaryui

30/12/06 -  Views - Ratings :   3.48 of 5 / 155 Votes

_Imaginary is a new data type introduced in C99. This type is used to store imaginary part of complex number and used with _Complex to provide support for Numeric Programming. Only float, double and long double type of _Imaginary forms is defined and this data type find very less uses in C programming.

Code -
void function ( void)
{
float_Complex a = 1;
float_Imaginary a = 2;
printf ("Our Imaginary number is %f %f",a,b);  
}

Back To Top


      

 

 

© 2006 cencyclopedia.com