Answer Posted / cynthia
Data may be organized in different ways.The logical or
mathematical model of a particular organization of data is
called a data structure.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
What is the data segment that is followed by c?
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
What are all different types of pointers in c?
Why is #define used?
How can I get back to the interactive keyboard if stdin is redirected?
what is the difference between class and unio?
What oops means?
Write a program to print fibonacci series without using recursion?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
What is a function simple definition?
What math functions are available for integers? For floating point?
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
What tq means in chat?