void main()
{int i=2;
printf("%d%d%d",i,++i,i++);
getch();
}
Answer Posted / ram
233
| Is This Answer Correct ? | 7 Yes | 7 No |
Post New Answer View All Answers
Subtract Two Number Without Using Subtraction Operator
Why should I prototype a function?
Write a program to know whether the input number is an armstrong number.
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
what are the different storage classes in c?
Write a program to generate the Fibinocci Series
What is volatile variable in c?
How can you determine the maximum value that a numeric variable can hold?
Wt are the Buses in C Language
In this assignment you are asked to write a multithreaded program to find the duplicates in an array of 10 million integers. The integers are between -5000,000 to 5000,000 and are generated randomly. Use 10 threads, each thread works on 1000,000 integers. Compare the time needed to accomplish the task with single thread of execution program. Do not include the time to fill the array with integers in the execution time.
What is a const pointer in c?
Give the rules for variable declaration?
i have a written test for microland please give me test pattern
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
c program to compute AREA under integral