Answer Posted / lakshmi
Array is the group of consequitive elements with same type.
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
Explain what is the benefit of using an enum rather than a #define constant?
What is string concatenation in c?
Write a program to reverse a linked list in c.
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
What are the key features in c programming language?
Explain the difference between structs and unions in c?
What is wrong in this statement?
What is a c token and types of c tokens?
What is the data segment that is followed by c?
How can this be legal c?
What is the difference between pure virtual function and virtual function?
what is recursion in C
What are the rules for identifiers in c?
What is build process in c?