download Mastguru Android App

Question Detail

Which of the following below is/are valid C keywords

  • integer
  • int
  • null
  • none of above
Similar Questions :

1. The first expression in a for loop is

  • Step value of loop
  • Value of the counter variable
  • Any of above
  • None of above

2. Difference between structure and union is

  • We can define functions within structures but not within a union
  • We can define functions within union but not within a structure
  • The way memory is allocated
  • There is no difference

3. Continue statement used for

  • To continue to the next line of code
  • To stop the current iteration and begin the next iteration from the beginning
  • To handle run time error
  • None of above

4. What is prototype of a function in C

  • It is the return type of a function
  • It is the return data of the function
  • It is declaration of a function
  • It is a datatype

5. Structures can be used

  • to hold different datatypes
  • have pointers to structures
  • to assign to one another
  • all of above
Read more from - C Programming Questions Answers - Chapter 1
Post a comment