TCS NQT Question Solve | 12 Sep | Slot 2 (IV) | Codewindow.in
Programming Logic Integer digit = 0; if digit print “1” else print “digit” end if Question 1 Answer Question 1 What will be the output of the above program? A. 1B. 0C. digitD. Nothing will print Answer C. digit #include void f(int*p, int*m) {*m=*m+3; *p=*p+*m; return; } int main () { int k=0; f(&i,&j); k=(i*j); […]
TCS NQT Question Solve | 12 Sep | Slot 2 (IV) | Codewindow.in Read More »