|
|
what does the following statement mean? int (*a)[4] - 'a' is a pointer to an array of 4 integers
- 'a' is an array of pointers to integer
- 'a' is a pointer to function returning an integer
- None of the Given Answers
A primary key in one table also present in some other table is called - foreign key
- secondary key
- subordinate key
- None of the Given Answers
which of the following is a real time system?
- robotics control
- airline ticket reservation
- Exam Registration system
- None of the Given Answers
what is the difference between 123 and 0123 in c? - 120
- 40
- 0
- None of the Given Answers
x-=y+1 is equivalent to what? - x=x-y+1
- x=x-y-1
- x=x+y-1
- None of the Given Answers
19,24,20,25,21,26,? - 22
- 23
- 24
- None of the Given Answers
11,14,12,15,13,16,? - 14
- 18
- 22
- None of the Given Answers
10,2,8,2,6,2,? - 4
- 5
- 6
- None of the Given Answers
8,9,11,14,,18,23,? - 29
- 30
- 32
- None of the Given Answers
10,15,12,17,14,10,? - 17
- 16
- 18
- 20
|
|
|