Popular Programming Online Tests

Basics of C language: Test 6

Question 1: Who is the inventor of C? ...

246 Comments. 2673 views since Sep 15, 2009

Basics of C Language:Test 5

Question 1: Which takes the first precedence in evaluation among the following operators? ...

80 Comments. 1150 views since Sep 28, 2008

Basic of C Language

Question 1: Which of the following denote components of for loop? ...

60 Comments. 979 views since Sep 28, 2008

Java: Basic Test 9

Question 1: A class defines the structure and behavior (data and code) that will be shared by a set of objects ...

62 Comments. 864 views since Jan 19, 2009

SQL: Test 1

Question 1: ________ are the conversion functions ...

47 Comments. 860 views since Sep 30, 2008

Java: Basic Test 1

Question 1: Thread class is defined in the package ______ ...

39 Comments. 567 views since Sep 30, 2008

C++: Test 1

Question 1: Which of the following converts an integer "value" to its ASCII equivalent ? ...

37 Comments. 491 views since Aug 26, 2008

Basics of C Language:Test 2

Question 1: What will be the output of this program? #include main() { FILE *fi; fi=fopen("exforsys.C","r"); if(fi=NULL) { puts("File not opened"); exit(1); } puts("FILE opened") } ...

28 Comments. 450 views since Sep 28, 2008

SQL Server: Test 9

Question 1: Which SQL statement is used to delete data from a database ? ...

24 Comments. 398 views since Oct 31, 2008

Java Programming: Servlet

Question 1: Which is an abstraction that either produces or consumes information. ...

18 Comments. 394 views since Sep 11, 2008