download Mastguru Android App

Question Detail

Structures can be used

  • to hold different datatypes
  • have pointers to structures
  • to assign to one another
  • all of above
Similar Questions :

1. What is correct order of precedence in C

  • Addition, Division, Modulus
  • Addition, Modulus, Division
  • Multiplication, Substration, Modulus
  • Modulus, Multiplication, Substration

2. We can insert pre written code in a C program by using

  • #read
  • #get
  • #include
  • #put

3. Can getch() be used to echo the input

  • Yes
  • No

4. rand() function returns

  • float value
  • integer value
  • any type
  • none of above

5. Which of the following below is/are valid C keywords

  • integer
  • int
  • null
  • none of above
Read more from - C Programming Questions Answers - Chapter 1
Post a comment