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 9566main() { int i = 1; int num[] = {1,2,3,4}; num[i] = i++; printf("%d", num[i]); } what will be the output? }
22 34420#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 48376Hi, Could any one tell me which schema (star and snow flake schema) will take much space? Thanks S.A.K
6 11821Post New TCS Interview Questions
Define geometrical isomerism.
What are the similarities and variations between Tableau code and Palantir?
How many types cache in asp net?
What do you mean by lifespan of a web dynpro application ?
How long will that capital last? - Venture Capitalists
Can I combine two columns in excel?
How the HDFS Blocks are replicated?
How angularjs is used to handle the security hurdles?
How you integrated your automated scripts from TestDirector?
Why hibernate is used?
Which is the best option for maintaining water level of Boiler 1)Float type air break switches(well known as Mobry) or 2)DP type transmitter? Please explain in detail !
Which of the following processes negotiates the sequence of award by rank ordering the proposals? A. Source Selection B. Solicitation C. Contract Administration D. Procurement
How do you extend sap cloud based applications?
What is the two pole structure?
Where are visual studio files saved?