-
Q
Find the output for the following C program
#include
void main(void); typedef struct NType { int i; char c; long x; } NewType; void main(void) { NewType *c; c=(NewType *)malloc(sizeof(NewType)); c->i=100; c->c='C'; (*c).x=100L; printf("(%d,%c,%4Ld)",c->i,c->c,c->x); } - Q What is basic flow of map editor?
- Q What is the difference between CMP and BMP
- Q The consumption of barbecued meat is unhealthy because barbecuing induces the formation of nitrosamines in meat.
- Q Which ancient treatise is also known as 'Manava-Dharmasastra'?
- Q Define Data Set in report?
- Q Ascariasis is caused by ___?
- Q What is “Radd-e-Mazaalim”?
- Q How can group policy be refreshed?
- Q What is StandAlone Agent and default port number?
- Q How do you load exchange information from R/3 to BW ?