Answer Posted / gyana
It is simply called Object oriented programming language.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What are register variables?
What is a forward referencing and when should it be used?
write a function signature with various number of parameters.
Can you be able to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?
How to defines the function in c++?
Is rust better than c++?
Explain the difference between struct and class in terms of access modifier.
What is c++ vb?
What is the difference between the functions memmove() and memcpy()?
What is a static member?
Are php strings immutable?
How does atoi function work?
In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that
Write a program using GUI concept for the scheduling algorithms in Operating system like SJF,FCFS etc..
Explain the static member function.