This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include<stdio.h> | |
| #include<stdlib.h> | |
| #define M 1 | |
| struct eisfores | |
| { | |
| int imerom[12]; | |
| float poson[12]; | |
| }; | |
| struct proswpo | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .data | |
| pinakasa:.space 120 | |
| pinakasb:.space 120 | |
| pinakasc:.space 120 | |
| minima:.asciiz "dose ton char c gia antigrafi tou pinaka_a ston pinaka_b h ton char s gia ta3inomisi tou pinaka_a ston pinaka_c " | |
| nchar:.space 4 | |
| chars:.asciiz "s" | |
| charc:.asciiz "c" | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| create database epanalhpsh; | |
| use epanalhpsh; | |
| create table professor ( | |
| ID integer, | |
| fname varchar(10), | |
| lname varchar(20), | |
| salary float, | |
| position varchar(20), | |
| dno integer, |