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 16346Post New Assurgent Interview Questions
(1)Can earth and be conected together (2) what is the diferent between earth & neutral
What you least like about being in sales?
How to do performance testing?
what is the difference between cold calling and head hunting.
What is a component in cakephp?
What does p mean in css?
Explain what are the custom fields in wordpress?
What is the difference between dynamic SGA and static SGA?
What is gii?
What do you understand by W3C?
What is message server?
How do I check if iis is installed?
How to come out of the insert mode?
how can we determine size of a cable by knowing the kw or current rating of a load?how can we calculate the resistance box of a slip ring motor?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).