Answer Posted / anandshan01
A data structure is particular way of storing and
organising data in a computer so that it can be
efficiently...
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Can we change the value of #define in c?
What is the purpose of 'register' keyword in c language?
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
What is the correct declaration of main?
Write a code to generate a series where the next element is the sum of last k terms.
What is the value of h?
Write a program to swap two numbers without using a temporary variable?
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm
What are the uses of a pointer?
What is bss in c?
What is the difference between a string and an array?
How can I get the current date or time of day in a c program?
#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); }
What is the default value of local and global variables in c?