Declaration.: When The Above Code Is Compiled and Executed, It Produces Result Something As Follows
Declaration.: When The Above Code Is Compiled and Executed, It Produces Result Something As Follows
C++
#include <iostream>
int main ()
{
int var = 20; // actual variable
declaration.
int *ip; // pointer variable
return 0;
}