3rd semester files
This commit is contained in:
8
3rd-Semester-Fall-2022/PDS/test.c
Executable file
8
3rd-Semester-Fall-2022/PDS/test.c
Executable file
@@ -0,0 +1,8 @@
|
||||
#include <stdio.h>
|
||||
|
||||
void main()
|
||||
{
|
||||
int x[5] = {1,2,3,4,5};
|
||||
|
||||
printf("%d", *(x+1));
|
||||
}
|
||||
Reference in New Issue
Block a user