What is the output for the code -
void main()
[
int i=4,x;
x=++i_+++i+_++i;
printf("%d",x);
]
Ashish_16 0 Newbie Poster
rubberman 1,355 Nearly a Posting Virtuoso Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.