Home
Q&A
Education
Technology
Credit
General
Health
Insurance
Questions
Ask a Question
Define an array in C Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
Define an array in C Programming?
interview-question-answer
technology-questions-answers
1
Answer
0
votes
answered
Nov 9, 2020
by
JackTerrance
Array is collection of similar data items under a common name.
Related questions
0
votes
Q: Define a structure in C Programming?
Define a structure in C Programming?...
asked
Nov 9, 2020
in
Technology
by
JackTerrance
interview-question-answer
technology-questions-answers
+1
vote
Q: Can a pointer access the array in C Programming?
Can a pointer access the array in C Programming?...
asked
Nov 9, 2020
in
Technology
by
JackTerrance
interview-question-answer
technology-questions-answers
+1
vote
Q: What is the meaning of base address of the array in C-Programming?
What is the meaning of base address of the array in C-Programming?...
asked
Nov 9, 2020
in
Technology
by
JackTerrance
interview-question-answer
technology-questions-answers
0
votes
Q: In the WCF web programming model, how can one write an operation contract with an array of query string parameters (i.e. with the same name)?
Using the WCF web programming model one can specify an operation contract like so: [OperationContract] [WebGet ... for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked
Mar 11, 2022
in
Education
by
JackTerrance
wcfweb-servicesrestcontract
0
votes
Q: Define an interface in C++ that needs to be implemented in C# and C++
I have an interface that I have defined in C++ which now needs to be implemented in C#. What is ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked
Mar 26, 2022
in
Education
by
JackTerrance
c#
netc
interop
0
votes
Q: Define an interface in C++ that needs to be implemented in C# and C++
I have an interface that I have defined in C++ which now needs to be implemented in C#. What is ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked
Mar 25, 2022
in
Education
by
JackTerrance
c#
netc
interop
0
votes
Q: Which is the correct way to create an array in JavaScript? I) var myProg = []; II) var myArray = ["C","Java","C++","Python"]; III) var myProg = new Array();
Which is the correct way to create an array in JavaScript? I) var myProg = []; II) var myArray = ["C","Java","C++","Python"]; III) ... 1. I, III 2. II, III 3. I, II 4. I, II & III...
asked
Feb 24, 2021
in
Technology
by
JackTerrance
interview-question-answer
technology-questions-answers
0
votes
Q: Which of the following correctly declares an array in C++?
Which of the following correctly declares an array in C++? a) array{10}; b) array array[10]; c) int array; d) int array[10];...
asked
Oct 19, 2022
in
Education
by
JackTerrance
cplusplus
0
votes
Q: How to "clear" an array in c to make room for a smaller array?
I have an array in C, let's suppose it's **arr = malloc(100 * sizeof(char*)); through ... questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked
May 7, 2022
in
Education
by
JackTerrance
carraysstring
0
votes
Q: How to "clear" an array in c to make room for a smaller array?
I have an array in C, let's suppose it's **arr = malloc(100 * sizeof(char*)); through ... questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked
Apr 26, 2022
in
Education
by
JackTerrance
carraysstring
+1
vote
Q: Can variables belonging to different scope have same name in C Programming? If so show an example ?
Can variables belonging to different scope have same name in C Programming? If so show an example ?...
asked
Nov 9, 2020
in
Technology
by
JackTerrance
interview-question-answer
technology-questions-answers
+1
vote
Q: Where an automatic variable is stored in C-Programming?
Where an automatic variable is stored in C-Programming?...
asked
Nov 9, 2020
in
Technology
by
JackTerrance
interview-question-answer
technology-questions-answers
0
votes
Q: Which keyword is used to define the macros in c++?
Which keyword is used to define the macros in c++? a) #macro b) #define c) macro d) define...
asked
Oct 19, 2022
in
Education
by
JackTerrance
cplusplus
0
votes
Q: Define the following terms `:` `a.` Mole fraction `b.` Molality `c.` Molarity `d. Mass percentage.
Define the following terms : a. Mole fraction b. Molality c. Molarity `d. Mass percentage. Select the correct answer from above options...
asked
Jan 5, 2022
in
Education
by
JackTerrance
probability-questions
probability-mcq
0
votes
Q: a. What is abstraction? How it is different from inheritance?b.Differentiate between compiler and interpreter.c. Define bytecode.d. What do you mean by ‘Java is a case sensitive language’?
a. What is abstraction? How it is different from inheritance? b.Differentiate between compiler and interpreter. c. ... final keyword. Select the correct answer from above options...
asked
Dec 5, 2021
in
Education
by
JackTerrance
computer-science-interview-questions
computer-science-questions
...