I wish to know the total procudure tht we follow for
suppot project. i.e how we get the tickets and how we will
send back to the client and the tool we use . ? and whts
mainlly difference between 4.7 eee and 6.0 ecc and wht does
ecc mean.?
Accenture TCS Xxx How To t The Tickets From The Client Through Mail Or Tool Using For That Please Explain Briefly
which of the following statements is incorrect
a.typedef struct new{
int n1;
char n2;
} DATA;
b.typedef struct {
int n3;
char *n4;
}ICE;
c.typedef union {
int n5;
float n6;
} UDT;
d.#typedef union {
int n7;
float n8;
} TUDAT;