Skip to main content

What is external storage class?

Ans. External variables are declared outside all functions,i.e. in the beginning of the program file. As all the functions will be defined after these variables declarations , so these variables are visible to all functions in a program file .

Comments

Post a Comment

Popular posts from this blog

Shorting Objective question for c language

1. Which of the following is the correct syntax for using the bubble sort algorithm in C? a. bubbleSort(int arr[], int n); b. void bubbleSort(int *arr, int n); c. int *bubbleSort(int arr[], int n); d. bubbleSort(int *arr); Answer: b. void bubbleSort(int *arr, int n); 2. Which sorting algorithm has the best average-case time complexity in C? a. Bubble Sort b. Insertion Sort c. Merge Sort d. Selection Sort Answer: c. Merge Sort 3. Which sorting algorithm is not an in-place sorting algorithm in C? a. Bubble Sort b. Heap Sort c. Insertion Sort d. Quick Sort Answer: b. Heap Sort 4. Which of the following is the correct time complexity of the Quick Sort algorithm in C? a. O(n) b. O(nlogn) c. O(n^2) d. O(logn) Answer: b. O(nlogn) 5. Which of the following is an example of a stable sorting algorithm in C? a. Bubble Sort b. Insertion Sort c. Quick Sort d. Shell Sort Answer: b. Insertion 6. Which of the following is not a valid variable type in C? a) int b) float c) char d) decimal Answer: d) d...

Certainly! Below is a set of objective questions (with multiple-choice answers) for each unit of the BCA-403 Software Engineering course.

UNIT-I: Software Engineering: Definition and Paradigms, A Generic View of Software Engineering What does software engineering focus on? A) Hardware design B) Network configuration C) Systematic development and maintenance of software D) Graphic design Answer: C Which model is also known as the linear-sequential model? A) Agile Model B) Waterfall Model C) Spiral Model D) V-Model Answer: B What is a software process model? A) A way to create hardware B) A standard way to represent the software life cycle C) A method for testing software D) A tool for compiling code Answer: B Which of the following is not a software engineering paradigm? A) Agile Model B) Prototyping Model C) Spiral Model D) Hardware Model Answer: D What is the first phase in the Waterfall Model? A) Design B) Testing C) Implementation D) Requirements Analysis Answer: D What is the primary goal of software engineering? A) To produce hardware components B) To produce high-quality software within budget and on time C) T...

IMPORTANCE OF MANAGEMENT

 1. Management is an activity 2. Management is a purposeful activity. 3. Management is concerned with the efforts of a group. 4. Management applies economic principles. 5. Management involves decision making. 6. Management is getting things done through others. 7. Management is an integrating process. 8. Management co-ordinates all activities and resources. (i) Management is a universal activity. (ii) Management is dynamic not rigid.