write the value of x and y after execution of the statements:
int x=19,y;
y=x++ + ++x;
x++;
y++;
No Answer is Posted For this Question
Be the First to Post Answer
To generate the series 1+3+5+7+... using C program
Why are memory errors hard to debug?
what is meant for variable not found?
loop1: { x=i<n?(i++):0; printf("%d",i); exit(x); continue; } Error- misplaced continue. Doubt-1.will the exit(x) be executed for all values of x 2.will this statement go out of the program.
printy(a=3,a=2)
what is run time error?
How to upgrade LOOP environment, I just mean, how can i make loop statement editable ? I just try some program using loop statement and checking it in multiple compilers. Every compiler showing different output, what's the wrong ? is it a compiler based problem, or loop based problem, tell me why ? and what will be the debugging process, for this kind of problem ?
What is probability to guarantee that the task a programmer is going to create will be created and be able to run on a particular system (RTOS/GPOS).
what is macro in c? Difference between single linked list & double linked list what is fifo & lifo? what is stack & queue?
#include<>stdio.h> #include<>conio.h> { printf("hello"); void main() getch(); } what the out put of this program and why ......plz clear my answer
errors are known as?
3 Answers EX, State Bank Of India SBI,
when i use cout or cin call & then either << or >> .....it shows declaration syntax error...what should i do? cout<<"anything"; int a; cin>>a; return 0;