Basics of C Language

This Test will cover the basic concepts of C Langauge, including basic syntax, Operators, Variables, Data types etc.
Q.1 __________ is a collection of built-in functions that can be used directly in C programs?



View Ans

C. header file



Q.2 Which of the following function reads a character (only one at a time) from the terminal and return it as an integer?


View Ans

B. getchar()


Q.3 Which of the following statement is true according to C syntax rule?


View Ans

C. All C statement must end with a semicolon.



Q.4 Which of the following is not a valid keyword in C language?


View Ans

C. native


Q.5 The first character of an identifier in C langauge can contain?


View Ans

A. only alphabet(a-z,A-Z) or underscore( _ )


Q.6 Which operator in C is used to return the size of a variable?


View Ans

B. sizeof operator



Q. 7 Which is the legal range of values for an int datatype in C language ?
View Ans

C. -32,768 to 32,767



Q.8 Which data type is used to store real numbers in C language?
View Ans

B. float



Q.9  Point out the error in the following program ?
#include<stdio.h>
int main()
{
    void v = 0;
    printf("%d", v);
    return 0;
}
View Ans

A. Error: Declaration syntax error

Q.10  Which of the following is not a logical operator?
View Ans

A. &


No comments:

Post a Comment

Admin Profile

Admin Profile
Welcome to My Vlog

Search This Blog

Powered by Blogger.

Unordered List

  • This section is the discription of the con.
  • Aliquam tincidunt mauris eu risus.
  • Vestibulum auctor dapibus neque.

Theme Support

Need our help to upload or customize this blogger template? Contact me with details about the theme customization you need.