Answer Posted / yug
array is a sequential collection of elements of same data
types and those are stored in contiguous memory locations.
| Is This Answer Correct ? | 80 Yes | 15 No |
Post New Answer View All Answers
What is sizeof c?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.
What does the error 'Null Pointer Assignment' mean and what causes this error?
Subtract Two Number Without Using Subtraction Operator
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
what is the significance of static storage class specifier?
How do you initialize pointer variables?
What is the size of structure in c?
Explain what is the benefit of using an enum rather than a #define constant?
What is break statement?
What is wrong with this code?
What is an lvalue?
What is operator precedence?
Write a code to generate a series where the next element is the sum of last k terms.
How many main () function we can have in a project?