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 16353Post New Assurgent C Interview Questions
Discuss how to prepare the M/E in the standby condition
How do I convert a string to all upper or lower case?
Gave a cantilever beam with 3 legs.Told to draw the bending moment diagrams, axial force diagrams and shear force diagrams.From BMD he asked to show how the reinforcement will be provided on the tension side.
What is the difference between formatted&unformatted i/o functions?
Where do we use row-based storage and column-based storage?
Explain what are the authentication modes in sql server?
what is the equivalent nx-os command for the "ip multicast-routing" ios command, and does the nexus 7000 support pim-sparse mode?
What is the use of @bean annotation in spring?
What is cursor in pl sql?
What is the formula for subtraction in excel?
What is a loop in wordpress?
Explain the most efficient method to reverse a linked list?
How do you compress your images to optimize performance?
Explain about datafile/verification of date file when file is not available in local system?
Does unique constraint create index postgres?