Question: Which is an incorrect declaration of one dimensional array ? a. int x[5]={1,2,3,4,5}; b. int x[]; c. int x[5]={1,2}; d. int x[5]; ___________________ 2. Generally,
Which is an incorrect declaration of one dimensional array ?
a.
int x[5]={1,2,3,4,5};
b.
int x[];
c.
int x[5]={1,2};
d.
int x[5];
___________________
2. Generally, programming languages are classified as high or low level.
a.
False
b.
True
________________
3. Which of the following is not valid C variable name?
a.
float rebate;
b.
int -number;
c.
int no1;
d.
int no_count;
_____________
5. What do you call the process of identifying Inputs, output and required processing from the problem statement?
a.
Feasibility Study
b.
Problem Solving
c.
Testing
d.
Maintenance
____________
7.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
