Pages
Home
Eaglesoft Download
About us
Tuesday, January 12, 2021
Void pointer in c++
#include
<iostream>
using
namespace
std
;
int
main
()
{
int
a
=
23
;
float
b
=
21
;
void
*
x
= &
a
;
void
*
y
= &
b
;
cout
<<
"Address of a is "
<<
x
<<
endl
;
cout
<<
"Address of b is "
<<
y
<<
endl
;
return
0
;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
What is RAM and ROM
What is RAM and ROM RAM RAM stands for Random Access Memory . RAM holds the data only temporarily. The information can be read...
Website desing by Eaglesoft source code
<! DOCTYPE html > < html lang = "en" > < head > < title > Welcome to Eaglesoft </ title >...
Create ISO File
Create ISO file of the operating system is very easy. But first of all that we need to know why we create ISO file. There is many reason...
No comments:
Post a Comment