programming languages Online Quiz - 263
Description: programming languages Online Quiz - 263 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
What will be the output of the following program : void main() { char str[]="C For Swimmers"; printf("%d",sizeof str); }
What will be the output of the following program : void main() { printf("%d",!(100==100)+1); }
What will be the output of the following program : void main() { int x=5,y=6,z=2; z/=y/z==3?y/z:x*y; printf("%d",z); }
What will be the output of the following program : void main() { printf("%d %d %d",5,!5,25-!25); }
It is not possible to make a hashmap synchronized. True/False?
Map is an interface which extends Collection interface?
ListIterator is an implementation of the Iterator interface. True/False
which of the following is correct?
Which of the following is true?
Which of the following are true about Sets?
Which year the Regional Assembly language invented ?
Which year the LISP language invented ?
Which year the COBOL language invented ?
Which year the Simula language invented ?
Which year the BASIC language invented ?
Which year the PL/I language invented ?
Which year the Pascal language invented ?
Which year the Prolog language invented ?