Suppose there are three modules A-B-C, the output of A is responsible for B and output of B is responsible for C and if A & C is not ready & B module is ready then how can u check Module B
4 9415main() { int i = 1; int num[] = {1,2,3,4}; num[i] = i++; printf("%d", num[i]); } what will be the output? }
22 33736#define MAX(x,y) (x) > (y) ? (x) : (y) main() { int i = 10, j = 5, k = 0; k = MAX(i++, ++j); printf("%d %d %d", i,j,k); } what will the values of i , j and k? }
14 47800Hi, Could any one tell me which schema (star and snow flake schema) will take much space? Thanks S.A.K
6 11578Post New TCS Interview Questions
Is windows 7 higher than xp?
What language is xml based on?
What is gopath environment variable?
What is the difference between vb debugger and the script debugger?
How to use find() and findall () in yii2?
What is the structure of a while loop ?
How do I open a powerpoint?
What is css3 flexbox?
What is php and its uses?
What is fmtonly in sql?
How to use core data objects between two threads?
What are the general features of sql server management studio? : sql server management studio
What do you understand by Google Ad API?
Tell briefly about the Banker's algorithm and what is it used for?
How do you create a shortcut for microsoft word?