Question Detail

A member is a

  • Variable in a structure
  • Datatype of structure
  • Structure pointer
  • None of above
Similar Questions :

1. A member is a

  • Variable in a structure
  • Datatype of structure
  • Structure pointer
  • None of above

2. rand() function returns

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

3. The compiler in C ignores all text till the end of line using

  • //
  • /
  • */
  • 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. UML meaning is

  • Unique modeling language
  • Unified modeling language
  • Unified modern language
  • Unified master laqnguage
Read more from - C Programming Questions Answers - Chapter 1