Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <stdio.h>
- #include <stdlib.h>
- int main() {
- char stiva[100], oper1[4], oper2[4];
- int varf, i;
- stiva[0] = 0x45;
- printf("Operatorul1 = %s", &oper1);
- printf("Operatorul2 = %s", &oper2);
- printf("n = %d", &varf);
- for ( i = 1; i <= varf; i++)
- {
- printf("stiva[%d] = ", i);
- scanf("%c", &stiva[i]);
- }
- while (varf) {
- }
- return 0;
- }
Advertisement
Add Comment
Please, Sign In to add comment