Description: programming languages Online Quiz - 210 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
What header file is needed for the function exit()?
Evaluate !(1&&1||1&&0)
What value will "strcmp("Astring", "Astring");" return?
What is the outcome of the line of code "cout<
What does the following code output? void afunction(int *x) { x=new int; *x=12; } int main() { int v=10; afunction(&v); cout<
What will happen when the following code is run: int x; while(x<100) { cout<
In which header file is isalpha() declared?
If the program completes executing successfully, what value should the function main() return?
What does the code "cout<
Is C++ case sensitive?
Which of the following most closely describes a bitset collection?
What will happen if you try to compile and run the following code? public class Q { public static void main(String argv[]){ int anar[]=new int[5]; System.out.println(anar[0]); } }
Which of the following are keywords or reserved words in Java?
A byte can be of what size
Which of the following lines will compile without warning or error
What is the difference between Synchronous and Asynchronous updates?
What is the TCODE to create a Table?
In Inner and outter join
Data element is an example of:
It is better to buffer a table when