programming languages Online Quiz - 85
Description: programming languages Online Quiz - 85 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
Attempted
0/20
Correct 0
Score 0
‹
›
What is output of follwoing int main() { int a=000; cout << "R4R:"; cout << a; return 0; }
What is output of following #include int main() { cout << "R4R" << endl return 0; }
By default fields in a C++ class
In C++ a function contain in class called as
Opertor Overloading is like that
A two dimension array can also be thought of
Function overloading in C++ is
You want to cache the data for your application and do some extensive processing, which object will be best suited for your application
Class used for the .NET database transaction
For partial-trust scenarios, you can require CAS privileges for particular methods in your code by specifying an attribute
Following namespace used for dataset and datatable