-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTasks
29 lines (24 loc) · 761 Bytes
/
Tasks
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Task Completed and pending list
1Custom variable creation
2function to scan and store data
3function to move data
4print the values
5Arrays
1scan array
2store array
3Print Array
4Copy Array
1Array to Array
2Array to Number
3Number to Array
5Array
1Logical operation Array
2Array to Array
3Array to Number
4Number to Array
Pending List
1Implementing Pointers and memory allocation
2various arithmetic operations like add subtract multiply, divide, and remainder.
3Implementing Logical operations like greater or lesser or equal etc
4Connecting to various databases.
5Converting the program as header file and external functions and libraries.