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 ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the __date__ and __time__ preprocessor commands?
What are the 3 types of structures?
Where is volatile variable stored?
#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); }
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
What is the scope of local variable in c?
What is the process to create increment and decrement stamen in c?
What is a wrapper function in c?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
Explain what are the __date__ and __time__ preprocessor commands?
Why main is not a keyword in c?
Is there sort function in c?
Are the expressions * ptr ++ and ++ * ptr same?
What is the use of the function in c?