download Mastguru Android App

Question Detail

Which operator has the highest priority

  • ()
  • []
  • *
  • /
Similar Questions :

1. Out of following program :
float x = 10.7;
int i;

i = (int) x;
print i;

  • null
  • error
  • 10
  • garbage value

2. Which of the following below is/are valid C keywords

  • integer
  • int
  • null
  • none of above

3. What is the purpose of getc()

  • read a character from STDIN
  • read a character from a file
  • read all file
  • read file random

4. A member is a

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

5. printf() belongs to which library of c

  • stdlib.h
  • stdio.h
  • stdout.h
  • stdoutput.h
Read more from - C Programming Questions Answers - Chapter 1
Post a comment