What will be the output of
x++ + ++x?
Answer Posted / dushmanta
it will gives u a garbage value according to u r compiler
| Is This Answer Correct ? | 15 Yes | 9 No |
Post New Answer View All Answers
Which are low level languages?
Who invented b language?
Write a code on reverse string and its complexity.
Explain how many levels deep can include files be nested?
How do I round numbers?
Why c is called object oriented language?
Which type of language is c?
What does double pointer mean in c?
Does c have class?
What are the __date__ and __time__ preprocessor commands?
How can I recover the file name given an open stream?
program to convert a integer to string in c language'
What is function pointer c?
In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.
How pointer is different from array?