Theseus
alive2100@gmail.com
Search
Theseus
ApplicationMemo
const data type variable = ;
#include <stdio.h>
int main()
{
const char CONST_CHAR_C='c';
printf("CONST_CHAR_C : %c\n",CONST_CHAR_C);
printf("CONST_CHAR_C : %d\n",CONST_CHAR_C);
return 0;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment