Answer Posted / ajay009ajay@yahoo.co.in
every group of element be arranged in either mathematical or
logical way, understanding of mathematical or logical way
are known as data structure.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
Why does notstrcat(string, "!");Work?
State two uses of pointers in C?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
What is a structure and why it is used?
What are the various types of control structures in programming?
Is it possible to initialize a variable at the time it was declared?
What is a protocol in c?
What is the general form of a C program?
Write a C program to count the number of email on text
Are bit fields portable?
How do I get a null pointer in my programs?
How is a null pointer different from a dangling pointer?
What is the difference between near, far and huge pointers?
Tell me is null always defined as 0(zero)?
List the difference between a 'copy constructor' and a 'assignment operator' in C?