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 9402main() { int i = 1; int num[] = {1,2,3,4}; num[i] = i++; printf("%d", num[i]); } what will be the output? }
22 33645#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 47735Hi, Could any one tell me which schema (star and snow flake schema) will take much space? Thanks S.A.K
6 11567Post New TCS Interview Questions
What is a result set object returned by mssql_query()?
These are two ways in which a microprocessor can come out of Halt state.
What is html explain?
List down the two arguments that async.queue takes as input?
Explain with example how to change the default page of the silverlight application.
Which classifier is best in machine learning?
Why do we learn linux?
How would you reatach detached objects to a session when the same object has already been loaded into the session?
Is unboxing an implicit conversion?
How you’d control permissions through Profile?
Can one be shocked holding a wire carrying a very large current with a low voltage source?
Explain server side state management system.
Which is better flask or django?
How to call function?
Why do we need Python Directories