what is the use of using linked list and array?
Answer Posted / pradeep singh bahdari
it is not possible to declare variables for each and every
data items in the memory it takes too much time and
increases the size of code and it will be cumbersome to use
these variables
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
Do you have any idea about the use of "auto" keyword?
What is structure in c language?
What is the benefit of using an enum rather than a #define constant?
What is the description for syntax errors?
What is stack in c?
Can you define which header file to include at compile time?
Where in memory are my variables stored?
Explain how does flowchart help in writing a program?
How will you find a duplicate number in a array without negating the nos ?
what is the function of pragma directive in c?
GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA
Write a program to print numbers from 1 to 100 without using loop in c?
How do you override a defined macro?