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 - Pointers And References
Questions No:
1/3
Report Bug
In C++, dynamic memory allocation is done using
calloc()
malloc()
allocate
New
Questions No:
2/3
Report Bug
Which operator is used for pointer dereferencing in C++?
*
&
>>
[]
Questions No:
3/3
Report Bug
Which of the following is the correct way to declare a pointer ?
int *ptr
int ptr
int &ptr
All of the above
← Previous
Next →
Submit