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
while initialization of array why we use a[][2] why not a[2][]...?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
What are logical errors and how does it differ from syntax errors?
If fflush wont work, what can I use to flush input?
C language questions for civil engineering
Why is it usually a bad idea to use gets()? Suggest a workaround.
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
Why does everyone say not to use gets?
What do you mean by Recursion Function?
What is stack in c?
What is void c?