Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   C (https://www.askmehelpdesk.com/forumdisplay.php?f=438)
-   -   What is the out put of void main() { int const * p=5; printf('%d', (*p)); } (https://www.askmehelpdesk.com/showthread.php?t=549992)

  • Feb 1, 2011, 01:10 AM
    Gangadhararao
    what is the out put of void main() { int const * p=5; printf('%d', (*p)); }
    1. Void main()
    {
    int const * p=5;
    printf("%d",++(*p));
    }


  • All times are GMT -7. The time now is 11:19 PM.