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 15264Post New Assurgent C Interview Questions
Can annotation extend another annotation?
How do I get the old windows start menu?
What is javac used for?
How does AI contribute to intrusion prevention?
What is sql resultset?
What is the content of Exchange in camel?
Explain controlling area. What are its uses? How do you assign it?
How can you define user defied event?
What are the advantages of interface in c#?
Explain the difference between cdma and fdma?
What is Publish/Subscribe approach?
1.For a single module how many builds are possible 2.what will be the max or min time to finish up an single module
Which is best linux for beginners?
Why do we use inheritance in php?
What is use of valueof () in java?