what is the output of the following code:
[code=c]
main()
{
char p[]="%d\n";
p[1]='c';
printf(p,65);
}
[/code]
i need the explanation of the output.
User Profile
Collapse
-
Output of code snippet
-
himanigarg replied to How is a reference represented internally and how does it differ from a pointerin Cquery of reference
can u show me with help of diagram internal represntation of reference variable? -
query related constructor
does constructor return object?explain with the help of a programmeLeave a comment:
-
himanigarg replied to How is a reference represented internally and how does it differ from a pointerin Cproblem in reference
what is the use of reference variable when the same work is done using address of (&) and dereference(*) operatorLeave a comment:
-
does constructor return object?explain with the help of a programmeLeave a comment:
-
himanigarg started a topic How is a reference represented internally and how does it differ from a pointerin CHow is a reference represented internally and how does it differ from a pointer
what is internal represtation of reference variable -
No activity results to display
Show More
Leave a comment: