Home
My Reviews
ONLINE EARNING
_Freelancing
COMPUTER
_C PROGRAM
English
_ESSAY
_LETTER
_STORY
_INSPIRATION & MOTIVATION
_QUOTES
BUSINESS
Home
C Program
A C program to value and content of variable
A C program to value and content of variable
Sanjeev Dhakal
C Program
// A C program to value and content of variable
#include<stdio.h>
#include<conio.h>
void main()
{
clrscr();
int x=2;
int *y;
y=&x;
printf("adress of x=%u",y);
printf("value of x=%d",x);
printf("value of x=%d",*y);
getch();
}
Output:
// Smallest and Largest elements from One Dimensional Array using C program
// A C program to enter and display the name using string
// A C Program of Sum of Two Matrix
// A Program to calculate Sum, Product of all elements using array
// A C program whether the string is palindrome or not
C Program
Computer
Post a Comment
0 Comments
Popular Posts
A C program to create a file called emp.rec and store information about a person, in terms of his name, age and salary.
Limitations of Computer
Smallest and Largest elements from One Dimensional Array using C program
Labels
Business
3
C Program
38
Computer
45
Essay
52
Inspiration & Motivation
8
Letter
2
Online Earning
7
Quotes
2
Story
6
Ad Space
Best Hosting Provider
0 Comments