Infomax Computer Academy
1 - MS OFFICE
Computer fundamental
Operating system
Ms word
Ms excel
Ms power point
Internet and email service
2 - PROGRAMMING IN C
introduction to c programming
Data types, variables and operators
Conditional statements
Looping statements
Jumping statements
Arrays and strings
Functions
Pointers
Structures and unions
File handling
Dynamic memory allocation
3 - PROGRAMMING IN C++
Introduction to c++
Data types and variables
Operators and expressions
Control structures
Functions
Arrays and strings
Pointers and references
Structures and unions
Object-oriented programming concepts
Classes and objects
Constructers and destructors
Polymorphism
Inheritance
File handling
Exception handling
4 - DATA STRUCTURES AND ALGORITHMS
Introduction to data structures
Recursion
arrays and strings
Linked lists
Stacks and queues
Trees
Graphs
Searching & sorting
DIT - Control Structures
Questions No:
1/3
Report Bug
Which statement is used to skip the current iteration of a loop in C++?
break
continue
return
goto
Questions No:
2/3
Report Bug
Which statement is used to terminate the execution of a loop?
Continue
break
goto
exit
Questions No:
3/3
Report Bug
Which statement can cause an infinite loop in C++?
while(1)
for(;;)
do{ } while(1);
All of the above
← Previous
Next →
Submit