#define DIM( array, type) sizeof(array)/sizeof(type) main() { int arr[10]; printf(“The dimension of the array is %d”, DIM(arr, int)); }
1 7902#define assert(cond) if(!(cond)) \ (fprintf(stderr, "assertion failed: %s, file %s, line %d \n",#cond,\ __FILE__,__LINE__), abort()) void main() { int i = 10; if(i==0) assert(i < 100); else printf("This statement becomes else for if in assert macro"); }
1 8102#define CUBE(x) (x*x*x) main() { int a,b=3; a=cube(b++); printf("%d %d",a,b); } What should be the value of a and b? My calc a=4 but syst a=6 how pls tell me if you know it?
12 43000how table is defined in plsql table? how can i select column from plsql table? can i use select * from plsql table type?
1 4972Define and distinguish between flexible and floating exchange rate system. What kind of exchange rate system does china have?
3782Which IEEE standard is used to define Wi-Fi? A. IEEE 802.3 B. IEEE 802.5 C. IEEE 802.11h D. IEEE 802.11c E. IEEE 802.11
13 20664
Define the remote object implementation?
Define the upgrade steps to 3.x?
What is standard data type and what is user defined data type?
What is ?predefined characteristics??
Define the Lis data flow?
Define the database structure in CO-PA?
Define the steps necessary to set up CO-PA for BW?
The Following Characterstics posses some XYZ company. * Uses formal standards and policies * Conducts software inspections * Has advanced configuration management and change control * Uses CASE tools * Has a software engineering process group * Gathers metrics on process and quality * Requires that developers have formal software engineering training * Practices continued process improvement Based on aboue , Tell me which CMM Level is the company..? 1. Level 1 - Initial 2. Level 2 - Repeatable 3. Level 3 - Defined 4. Level 4 - Managed 5. Level 5 - Optimizing
There is a trigger defined for INSERT operations on a table, in an OLTP system. The trigger is written to instantiate a COM object and pass the newly insterted rows to it for some custom processing. What do you think of this implementation? Can this be implemented better?
how can one transfer LOB and user defined data from oracle to warehouse using ETL informaticabecause
Define miasma notion of disease?
Define Thermal impedance?
Define perl and clustalW problem?
what are the predefined entities in XML ?
Define and describe the use of algorithms.