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;
5 16088Post New Assurgent C Interview Questions
What is anagram word?
Explain about Exit-Activity method?
What is ipc certified soldering?
How does windows service lifecycle differ from a .standard. Exe?
What are server side controls?
What is the disease caused by Escherichia coli 0157:H7?
1.what is the vesition managment.
Please Tell me About Fish-Bone Model. Thanks in Adv.
what do you mean by volvo ?
What Is "data Per Company Property"?
Is laravel better than wordpress?
What do you understand by SOA of Informatica?
Can we convert image to excel?
Is xml meant to replace html?
What operator is used to access a struct through a pointer a) >> b) -> c) *