Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Test2
//gcc 5.4.0 #include <stdio.h> char *p; int *addr; unsigned int array1[]={1,2,3,4,5,6,7,8,9,1,2,3,4,5,6,7,8,9,0}; char array[]="Helloyouguys", x='l'; int i; int main(void) { p=array; for ( i = 0; i < 5; i++ ) { printf("*(p + %d) : %c\n", i, *(p + i) ); } addr=array1; for ( i = 0; i < 5; i++ ) { printf("\n*(addr + %d) : %p\n", i, addr++ ); } printf("\n sizeof(int) is:%d,bytes \n uInt(MAX) is:%u", sizeof(int),0xFFFFFFFF); i=5; printf("\n Priority is:%d", (++i+2)); return 0; }
run
|
edit
|
history
|
help
0
voltage float hex value
Struct
hello
null p null q
WAP in C to convert decimal to binary
Atoi without minus
assignment 3 celina
ForU
lab pro v.05
Assignment 7