download Mastguru Android App

Question Detail

UML meaning is

  • Unique modeling language
  • Unified modeling language
  • Unified modern language
  • Unified master laqnguage
Similar Questions :

1. Which operator has the highest priority

  • ()
  • []
  • *
  • /

2. What will be the output of following program
#include
main()
{
int x,y = 10;
x = y * NULL;
printf(\"%d\",x);
}

  • error
  • 0
  • 10
  • Garbage value

3. If include files can be nested

  • Yes
  • No

4. rand() function returns

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

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

  • integer
  • int
  • null
  • none of above
Read more from - C Programming Questions Answers - Chapter 1
Post a comment