C 언어 day04-09while 주의사항

1183 단어
pragma mark while 주의사항
pragmamark 개념
/**
 *  while : ...  
 *      
 */


pragmamark 코드
#include 
int main()
{
    //         
//    while (998)
//    {
//        printf("lyh");
//    }
    
    /*
    int age = 10;
    
    if (age = 5)
    {
        printf("success
"); } */ /* int age = 10; // while (age = 5) { printf("success
"); } */ /* if (1) printf("lyh
"); */ /* // if ,while , ,while while (1) printf("lyh"); printf("-----------
"); */ /* if(1) int a = 10; printf("a = %i
",a); */ /* while (1) int a = 10; printf("a = %i
",a); */ /* // {} , // ; if (0); { printf("lyh
"); } */ /* while (1); printf("lyh"); */ // while (1); return 0; }

좋은 웹페이지 즐겨찾기