write the value of x and y after execution of the statements:
int x=19,y;
y=x++ + ++x;
x++;
y++;
which typw of errors ? & how to solve it ?
how to convert decimal to binary in c using while loop without using array
50 Answers Apple, Aptech, Arwen Tech, BCS, C2D Software, CEC,
who was the present cheif governor of reserve bank of india
6 Answers State Bank Of India SBI,
full c programming error question based problem
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.
what is syntax error?
how tally is useful?
what are the techniques for reducing the fragility of a memory bug?
I can not get my C++ program to work right. It is supposed to tell if a word is a palindrome or not, but it only tells thet the word is not a palindrome. And I can't fix it.
what is meant for variable not found?
Write a c-programe that input one number of four digits and find digits sum?
To generate the series 1+3+5+7+... using C program