This file contains 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
%% abtex2-modelo-trabalho-academico.tex, v<VERSION> laurocesar | |
%% Copyright 2012-2015 by abnTeX2 group at http://www.abntex.net.br/ | |
%% | |
%% This work may be distributed and/or modified under the | |
%% conditions of the LaTeX Project Public License, either version 1.3 | |
%% of this license or (at your option) any later version. | |
%% The latest version of this license is in | |
%% http://www.latex-project.org/lppl.txt | |
%% and version 1.3 or later is part of all distributions of LaTeX | |
%% version 2005/12/01 or later. |
- Works
-
∠ ∠
- Doesn’t Works
-
ℜ ℜ
This file contains 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
CC=gcc | |
CFLAGS=-Wall -g -std=c1x | |
all: arquivos_test | |
arquivos_test: arquivos_test.c | |
$(CC) $(CFLAGS) arquivos_test.c -o arquivos_test | |
test_all: | |
./arquivos_test |
This file contains 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
CC=gcc | |
CFLAGS=-Wall -g -std=c1x | |
all: regras_test | |
regras_test: regras_test.c regras.c | |
$(CC) $(CFLAGS) regras_test.c regras.c -o regras_test | |
test_all: | |
./regras_test |
This file contains 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
CC=gcc | |
CFLAGS=-Wall -g -std=c1x | |
all: regras_test | |
regras_test: regras_test.c | |
$(CC) $(CFLAGS) regras_test.c -o regras_test | |
test_all: | |
./regras_test |
This file contains 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> | |
int main(void) { | |
int i; | |
do{ | |
printf ("\nEscolha a fruta pelo numero:\n"); | |
printf ("\t(1)...Mamao\n"); | |
printf ("\t(2)...Abacaxi\n"); // comebtario | |
printf ("\t(3)...Laranja\n"); | |
scanf("%d", &i); |
Hipótese
A thesis for the Ph.D. (dissertation) must for a distinctive contribution to the knowledge of the subject and afford evidence of originality shown by the discovery of new facts and/or by the exercise of independent critical power.