download Mastguru Android App

Question Detail

Size of void pointer is

  • 1 byte
  • 2 byte
  • 4 byte
  • 8 byte
Similar Questions :

1. What is correct order of precedence in C

  • Addition, Division, Modulus
  • Addition, Modulus, Division
  • Multiplication, Substration, Modulus
  • Modulus, Multiplication, Substration

2. A member is a

  • Variable in a structure
  • Datatype of structure
  • Structure pointer
  • 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. What is wild pointer in c

  • a pointer which we need to write in future
  • a pointer which has bad naming convention
  • a pointer which has no limit
  • a point which has not initialized

5. calloc() belongs to which library

  • stdlib.h
  • malloc.h
  • calloc.h
  • None of above
Read more from - C Programming Questions Answers - Chapter 1
Post a comment