Question Detail

The first expression in a for loop is

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

1. Which operator has the highest priority

  • ()
  • []
  • *
  • /

2. What among following is true about stack

  • stack cannot reuse its memory
  • all elements are of different datatypes
  • all operation done at one end
  • none of above

3. What is true about fputs function

  • write to a file
  • takes two parameters
  • requires a file pointer
  • all of above

4. What is use of \r in c

  • used to insert a vertical tab
  • used to insert a tab
  • places cursor at the end of line
  • places cursor at the start of line

5. total number of keywords in C are

  • 30
  • 32
  • 48
  • 132
Read more from - C Programming Questions Answers - Chapter 1