Is c better than c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is meant by forward referencing and when should it be used?
What are arrays c++?
Is C++ case sensitive a) False b) Depends on implementation c) True
What is the syntax for a for loop?
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
what is the behaviour of C and C++ compiler for the below statements. int *p; p = malloc(100); Is the behaviour same ? or different ?
What is the extraction operator and what does it do?
What causes a runtime error c++?
What is different in C++, compare with unix?
What is an incomplete type?
Explain data encapsulation?
Do you need a main function in c++?