What is mean by debugging? (Answered)
What are all decisions control statements in C? (Answered)
What is the difference between rand(), random(), and randomize()? (Answered)
What are dangling pointers in C? (Answered)
What are the types of constants in C? (Answered)
What is a constant in C? (Answered)
What are the different types of modifiers in C? (Answered)
What is the difference between calloc and malloc? (Answered)
What is the difference between exit() and return() in C? (Answered)
List out some of C compilers? (Answered)
What is the syntax for comments in C? (Answered)
What is a program flowchart? (Answered)
What is the difference between declaration and definition of a variable? (Answered)
What is the difference between interpreter and compiler? (Answered)
What is data type in C? (Answered)
Is C language case sensitive? (Answered)
What is modular programming? (Answered)
State Whether C language is low level language, or middle level language? (Answered)
What is the difference between C and Java? (Answered)
What is meant by programming language? (Answered)
What is structured programming? (Answered)
Is C a structured programming language? (Answered)
C language has been developed in which language? (Answered)
Who developed C language? (Answered)
What is the difference between C and C++? (Answered)
Which level is C language belonging to? (Answered)
What are the types of errors that occur in C program?
(Answered)
Write short notes on the following types of constructors:
i. Parameterized constructors.
ii. Default constructors. (Answered)
Discuss any three rules for overloading operators in a program. (Answered)
With the help of syntax, explain how arrays are initialized outside the class. (Answered)
Discuss the importance of arrays in a program. (Answered)
With the help of syntax and a flowchart, explain the switch case control structure. (Answered)
Goto control structure is not widely used in programming. Justify the statement. (Answered)
How are control structures important in program development? Explain (Answered)
The world is experiencing paradigm shift from structured programming approach to object oriented programming approach. Explain the reasons that justify this scenario. (Answered)
Explain the importance of array initialization. (Answered)
Explain the possible ways of code re use in object oriented programming (Answered)
Discuss the importance of function declaration in a program. (Answered)
What are the various types of tokens available in C++ programming language (Answered)
Explain the following object oriented programming terms;
i. Encapsulation
ii. Polymorphism
iii. Function overloading (Answered)
Mention any two pure object oriented programming languages (Answered)
Explain the application areas of object oriented programming (Answered)
Discuss the potential features of object oriented programming (Answered)
By use of an example, explain array of objects. (Answered)
Mention and explain any three user defined data types and how they are initialized in the program. (Answered)
Explain how reusability is achieved in object oriented programming (Answered)
State two uses of pointers in a program. (Answered)
With the help of syntax and a flowchart, explain the following types of control structures.
i. do ….. while loop control structure
ii. switch case control structure
(Answered)