void main()
{
int i=5;
printf("%d",i++ + ++i);
}

Answer Posted / gajendra

1

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is dangling pointer in c?

625


How can you check to see whether a symbol is defined?

592


What is the data segment that is followed by c?

613


number of times a digit is present in a number

1543


What are c preprocessors?

679






What are the two forms of #include directive?

644


What is the easiest sorting method to use?

635


Explain what is page thrashing?

611


How can I write a function analogous to scanf?

658


how many errors in c explain deply

1631


Why do we use main function?

637


what will be the output for the following main() { printf("hi" "hello"); }

9332


How can I open a file so that other programs can update it at the same time?

658


main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above

615


Why c is called a mid level programming language?

607