Question Detail

To access the members of structure which symbol is used

  • *
  • -
  • ,
  • .
Similar Questions :

1. 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

2. To access the members of structure which symbol is used

  • *
  • -
  • ,
  • .

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

  • Yes
  • No

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

  • S
  • Error
  • Garbage value
  • None of above

5. Exit() is same as return

  • TRUE
  • FALSE
Read more from - C Programming Questions Answers - Chapter 1