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

Answer Posted / suresh reddy

Error

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is wrong with this program statement? void = 10;

828


How can you access memory located at a certain address?

670


Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.

630


Explain how can I read and write comma-delimited text?

661


What are types of preprocessor in c?

624






Is there a way to switch on strings?

623


A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none

736


What is the value of c?

576


Why C language is a procedural language?

625


Do string constants represent numerical values?

930


cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration

640


application attempts to perform an operation?

1497


Can the curly brackets { } be used to enclose a single line of code?

717


Why is c used in embedded systems?

616


Write a program to print factorial of given number using recursion?

607