Description: programming languages Online Quiz - 38 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
The inserting of the code of a called function at the point where the function gets called is achieved by using
Which of the following can be used to initialize a newly declared variable from an existing variable?
What will be output if you will Execute following code?
Using pointers to call a function is called as
The output of operation 20%3 is
The member functions of a class can be defined outside the class using
A template can be instantiated by
Which of the following exists in C++?
Which of the following are storage qualifiers in C++ ?
The following statement is valid. double price = 7,450.98
How do you create a new directory called "flower"?
How do you visualize the content of file "not_empty"?
How do you rename file "new" in file "old"?
How do you list all the files that are in the current directory?
How do you get help about the command "cp"?
Which of the following is not a real namespace in the .NET Framework?
True or False: It is impossible to access a MySQL database using C# code.
Which of the following technologies does NOT support some form of declarative data binding?
How can a class be both abstract and sealed?
Which version of the .NET Framework introduced WPF?