Choose a topic to test your knowledge and improve your C/C skills
Almost every C program begins with the statement
The two operators && and || are
A variable that holds the memory address of another object is called
Enumeration is a
In C, square brackets [ ] are used in
Main( ) is an example of
By default, any real number in ‘C’ is treated as
Which of the following operators in ‘C’ programming language takes only integer operands?
An identifier in C
Which of the following is a storage class specification in C?
Which language makes use of object oriented approach?
Each block of a C program is referred as
Whenever a C program is executed, execution starts from
allows the user to use
_ groups a number of program statements into a single unit.
When one loop is constructed within another loop it is called a
By pressing ___ key, the user can exit the turbo C environment.
In programming, repeating some code is usually called ___
The first character of the variable name
In which header file are the library functions used for I/O purpose kept?
The method of checking the pseudo codes is called ___
Keywords cannot be used as ____
Which of the following are called white space characters?
_ are declared within the body of a function.
_ is an effective tool for programming scientific, mathematical and engineering computations.
The functions that are defined according to our requirements are called ____
In the for loop structure, the clauses namely ___ are optional.
Subscripted variable is any type such as
In which of the following it is convenient to group related data items as one entry?
An unary operator! Represents
An unary operator! Represents
The single character input/output functions are
The general form of the condition expression is
The break statement is used to exit from a
Which is not necessary when using bar codes in supermarkets?
By using ____ the speed of the process can be increased.
A variable is an algebraic expression that temporarily assumes the properties of a constant is called
A function can return
__ have no meaning outside the body of a function.
The most popular loop for array manipulation is the ___ loop.
Which of the following statements is correct?
The most common use of the one dimensional array in C is
Which header file should be included if it is required to develop a function that can accept variable number of arguments?
A single character input from the keyboard can be obtained by using the function
The operator << and >> are
An error in the program is called
Ready made library functions are used for
The maximum length of the variable is ___ characters.
Which one of the following indicates the solution method?
Which of the following is an intermediate language?
Each element in a structure has a
For two-dimensional arrays data are usually entered
The __ is a program that links the object code of the program with the library function code that is necessary for the program to run.
Which of the following statement is used to skip a part of the loop?
The method in which a problem has been divided into many smaller problems is called ___
C contains which of the following two special pointer operators?
The header file `setjmp.h’ can be used for providing
The general form of do while statements is
A library files that come with C are
The math library is set up for the user by the file
Running any C program involves
In do-while structure, the condition is checked at ___
_ is in between English and the high level computer language.
The functions scan f( ) reads
An expression