Mainly used in Apps.
This is a text no need to write codes
for a text
#include <stdio.h>
int main() {
return 0;
}
#include
// Comment
const char VariableName = "Text Here"
if with only one character
char VariableName = "T"
int VariableName = 0
If With decimal
float VariableName = 0.1
printf("any")
print a var
printf(ThEvar)
if (theREason == true) {
}
short if version
theREason == true ? "choiceTrue" : choiceFalse"
while (theREason == true) {
}
for (int var; var = 0; var < "howMany"; var++) {
}
int MySheesh(thePara) {
}
example
int MySheesh(thePara) {
printF(thePara)
}
this print the strings in para