[Updated] Goldman Sachs Aptitude Test Questions and Answers
Practice List of TCS Digital Coding Questions !!!
Take 50+ FREE!! Online Data Interpretation Mock test to crack any Exams.
Interview Questions and Answers :: HCL Technologies

4. what is the output of the program

#include
int main(){
int i = -1, j=0,k=1;
int r = ++i || j++ && --k;
printf("%d %d %d %d", i, j, k, r);
return 0;
}

Answer:

No Discussion on this question yet!

Post Your Answer Here:      Public      Private

No Discussion on this question yet!