Answer Posted / prabakaran
binding datas and functions together
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Is python better than c++?
What is fflush c++?
Evaulate: 22%5 a) 2 b) 4 c) 0
Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == ) y-= 7; else y = 8; if the value of x is 4 before the nested IFs are executed, what is the value of y after the nested IFs are executed?
Do we have to use initialization list in spite of the assignment in constructors?
Can c++ be faster than c?
Why is c++ still best?
Write an algorithm that determines whether or not an almost complete binary tree is a heap.
Which operator cannot be overloaded c++?
Can a list of string be stored within a two dimensional array?
In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h
Explain Memory Allocation in C/C++ ?
What is an adaptor class in c++?
What are the advantages of c++? Explain
How do I run a program in notepad ++?