User profile: gvl

User info
User name:gvl
Name:Gnanavel S
Location:Thiruvananthapuram, Kerala
Statistical data
Birthdate:Aug 24, 1986
Gender:Male
Occupation:Teacher
Skills:C
PHP
C++
Assembly
C++/.NET
Java
C#
Javascript
C#/.NET
ASP
History
Joined:Apr 24, 2011 at 10:25am
Number of posts:6
Latest posts:

sizeof(3.14)
Is there any specific reason why the type [code]double[/code] is the default ?

sizeof(3.14)
Thanks [b]Disch[/b].

sizeof(3.14)
OK No probs [b]GodPyro[/b], Thanx for replying! Hi [b]Branflakes91093[/b], Thanks for the reply. Y...

sizeof(3.14)
[code]#include <iostream.h> #include <conio.h> int main() { float pi__float_ver = 3.14; doub...

Accessing an Array in C++
Thank you guys, I got it !