Skip to content

Commit 2a02a6e

Browse files
authored
Create Q2.md
1 parent d4a9851 commit 2a02a6e

File tree

1 file changed

+9
-0
lines changed
  • 2nd Year DATA STRUCTURE/Assignment 1

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# QUESTION
2+
3+
**Implement the Abstract Data Type (ADT) Complex Number using C
4+
programming language. Define your own data type ‘complex’ by using structure.
5+
Real numbers within allowable range of float in your machine are allowed.
6+
Implement functions like addComplex( ), subtractComplex( ), multiplyComplex( )
7+
and display( ) with usual meanings.**
8+
9+
# ANSWER

0 commit comments

Comments
 (0)