There will be no output ... as your program will fail to compile !!

ranjan kumar ojha wrote:
> #include<cstdio>
> int main()
> {
>     char *s="\12345s\n";
>     print("%d",sizeof(s));
>     return 0;
> }
>
> what will be output of above program and why ???? 
>
>        
> ---------------------------------
>  Yahoo! Answers - Get better answers from someone who knows. Tryit now.
>
> [Non-text portions of this message have been removed]
>
>
>   

Reply via email to