what is difference between array and structure?
Answer Posted / hfghfgh
Array is Spelled Array
While Structure is spelled Structure.
| Is This Answer Correct ? | 19 Yes | 75 No |
Post New Answer View All Answers
Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant
What is methods in c?
What are the types of operators in c?
What is an array? What the different types of arrays in c?
How can I rethow can I return a sequence of random numbers which dont repeat at all?
Why is c called a structured programming language?
Do character constants represent numerical values?
Array is an lvalue or not?
What is the difference between far and near ?
What are the Advantages of using macro
What is the difference between exit() and _exit() function?
What is void main ()?
Is there any data type in c with variable size?
What is atoi and atof in c?
Combinations of fibanocci prime series