Answer Posted / vikas thakur
array is acollection of same data type element which is
stored in cosecutive memmory
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is difference between structure and union?
Write a program to swap two numbers without using third variable?
What is the use of gets and puts?
What is c language & why it is used?
What is the process to generate random numbers in c programming language?
What is the use of #include in c?
What are variables and it what way is it different from constants?
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
What does c mean before a date?
What is the difference between a free-standing and a hosted environment?
What is && in c programming?
When should a type cast be used?
How can I remove the leading spaces from a string?
How can you tell whether two strings are the same?
Is malloc memset faster than calloc?