download Mastguru Android App

Question Detail

To access the members of structure which symbol is used

  • *
  • -
  • ,
  • .
Similar Questions :

1. What is true about fputs function

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

2. Disadvantage of array in C is

  • We can easily access each element
  • It is necessary to declare too many variables
  • It can store only one similar type of data
  • None of above

3. Which operator has the highest priority

  • ()
  • []
  • *
  • /

4. If (*p) and **p is same

  • No
  • Yes

5. What will be output of
#include
void main()
{
char test =`S`;
printf("\n%c",test);
}

  • S
  • Error
  • Garbage value
  • None of above
Read more from - C Programming Questions Answers - Chapter 1
Post a comment