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 9564main() { int i = 1; int num[] = {1,2,3,4}; num[i] = i++; printf("%d", num[i]); } what will be the output? }
22 34399#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 48347Hi, Could any one tell me which schema (star and snow flake schema) will take much space? Thanks S.A.K
6 11819Post New TCS Interview Questions
How can we develop the database vuser script?
what is zero client?
Explain the component of infrastructure-as-a-service in cloud computing?
What are the best factoring methods in use today ?
Why is threading bad for you?
How is negative testing different from positive testing?
Explain Rectangle Tool with example?
What is signature c#?
What do you know about Accenture?
How is random forests different from decision trees?
What is a task flow and how it can be used?
What are the principles of delegation?
What is the Difference between Catalog and Content node?
What is dynamic sql in pl sql?
What is the validation rule