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;
Post New Answer View All Answers
application attempts to perform an operation?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
Explain the advantages of using macro in c language?
what is uses of .net
What is the best way to comment out a section of code that contains comments?
What are the disadvantages of a shell structure?
Why isn't any of this standardized in c? Any real program has to do some of these things.
Define macros.
Is the exit() function same as the return statement? Explain.
Write a program to print ASCII code for a given digit.
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
What is #include stdio h and #include conio h?
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
What are the functions to open and close the file in c language?
What is character set?