Answer Posted / nixiemae
Structure: The way in which the components, plan, designs
are interrelated that is structure.
Function: The Operation of each individual component as part
of the structure.
| Is This Answer Correct ? | 18 Yes | 4 No |
Post New Answer View All Answers
Explain setjmp()?
a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f
What is the difference between malloc() and calloc() function in c language?
what type of questions arrive in interview over c programming?
What is use of null pointer in c?
If null and 0 are equivalent as null pointer constants, which should I use?
Can static variables be declared in a header file?
What is a lookup table in c?
Why does everyone say not to use scanf? What should I use instead?
i want to know the procedure of qualcomm for getting a job through offcampus
Write a program to check prime number in c programming?
What is file in c preprocessor?
Where are the auto variables stored?
How can I do serial ("comm") port I/O?
Why double pointer is used in c?