What is the difference between struct and union in C?
A struct is a block of memory that stores several data objects, where those objects don't overlap. A union is a block of memory that stores several data objects, but has only storage for the largest of these, and thus can only store one of the data objects at any one time.
| Is This Answer Correct ? | 0 Yes | 0 No |
define switch statement?
How to implement a packet in C
Explain the concept and use of type void.
Study the code: void show() main() { show(); } void show (char *s) { printf("%sn",s); } What will happen if it is compiled & run on an ANSI C Compiler? A)It will compile & nothing will be printed when it is executed B)it will compile but not link C)the compiler will generate an error D)the compiler will generate a warning
Explain how do you declare an array that will hold more than 64kb of data?
What are the different types of control structures in programming?
how to build a exercise findig min number of e heap with list imlemented?
related to rdbms query .
Is main a keyword in c?
WHAT IS THE DIFFERENCE BETWEEN malloc() and calloc() in c file management?
28 Answers 3D PLM, Code Studio, Deltech, IBM,
SRUCTURE PROGRAMMING
name the language for writing c compiler?