void main()
{
int i=5;
printf("%d",i++ + ++i);
}
Answer Posted / guest
same as the pervious question....
11 ans
| Is This Answer Correct ? | 11 Yes | 22 No |
Post New Answer View All Answers
What is the use of #define preprocessor in c?
Explain how can I manipulate strings of multibyte characters?
Why is structure padding done in c?
How does struct work in c?
Explain the term printf() and scanf() used in c language?
What is const volatile variable in c?
using for loop sum 2 number of any 4 digit number in c language
What are high level languages like C and FORTRAN also known as?
What is infinite loop?
Difference between Shallow copy and Deep copy?
Why c is called top down?
How do you list files in a directory?
What is static memory allocation? Explain
What are global variables?
Can you please explain the difference between strcpy() and memcpy() function?