Alimentari e cucina > cottura al forno > lievito in polvere > lievito in polvere è una materia prima?

lievito in polvere è una materia prima?

 
lievito in polvere è una materia prima?
/* ---------------------------------------- -------------------------------- Sezione: G /7 M /c No.:32, roll No.:11BT30015 nome: MA KRISHNA DEEPAK Assegnazione n .: 08 Descrizione: programma per implementare le funzioni in caratteri della stringa. -------------------------------------------------- ---------------------- * /# include & lt; stdio.h & gt; #define MAXLEN (1000 + 1) int strLength (const char * x); annullare StrReverse (char * x); int MakeUpper (char * x); char * strCopy (char * x, const char * y); int isPrefix (const char * x, const char * y); char * stringa (char * x, const char * y); int main () {int len; x char [MAXLEN], y [MAXLEN], z [MAXLEN], * cP; printf ( "Inserire il 1 ° stringa: \\ n"); scanf ( "% [^ \\ n]", x); printf ( "Inserire il 2 ° stringa: \\ n"); scanf ( "% [^ \\ n]", y); printf ( "Lunghezza ("% s ") =% d \\ n", x, len = strLength (x)); printf ( "Reverse ("% s ") =", x); StrReverse (x); printf ( ""% s "\\ n", x); StrReverse (x); MakeUpper (x); printf ( "Maiuscolo:"% s "\\ n", x); if (isPrefix (x, y)) printf ( ""% s "è un prefisso di"% s "\\ n", y, x); else printf ( ""% s "non è un prefisso di"% s "\\ n", y, x); /* If ((CP = stringa (x, y)) == NULL) printf ( ""% s "non è una stringa di"% s "\\ n", y, x); else {printf ( ""% s "è una stringa di"% s "", y, x); printf ( "dall'indice% d \\ n", (int) (CP-x)); } * /Printf ( "z [] ="% s "\\ n", strCopy (z, x)); return 0; } Int strLength (const char * x) {int somma statica = 0; int temperatura; if (* x == '\\ 0') {temp = sum; sum = 0; tornare temperatura; } Else {riassumere ++; tornare strLength (x = x + 1); }} Vuoto StrReverse (char * x) {int length, c; char * iniziare, * fine, temperatura; Lunghezza = strLength (x); iniziare = x; FINE = x; per (c = 0; c & lt; (lunghezza-1); c ++) end ++; per (c = 0; c & lt; lunghezza /2; c ++) {temp = * fine; * Fine * = cominciare; * Iniziare = temperatura; iniziare ++; fine--; }} Int MakeUpper (char * x) {static int u = 0; int temperatura; if (* x == '\\ 0') {temp = u; u = 0; tornare temperatura; } Else {if (* x & gt; = 'A' & amp; & amp; * x & lt; = 'z') {* X = 32; u ++; } Return MakeUpper (x = x + 1); }} Char * strCopy (char * x, const char * y) {char * p = x; while (* y) {* x = * y; y ++; x ++; } * X = '\\ 0'; tornare p; } Int isPrefix (const char * x, const char * y) {static int l = strLength (y), p = 0; if (* y = * x * y = '\\ 0'!!) return 0; if (* y == * x) {p + = isPrefix (x = x + 1, y = y + 1); } If (i == strLength (y)) return 1; } /* Char * stringa (char * x, const char * y) {} * /