A C program to value and content of variable vào tháng 12 15, 2018 Nhận đường liên kết Facebook X Pinterest Email Ứng dụng khác // 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 Nhận xét
Nhận xét
Đăng nhận xét