You will have 30 minutes to answer these 30 questions. NO NEGATIVE MARKING.
NOTE: Do not forget to mention your details.
If you have any queries, contact :
YUVRAJ SINGH (98035-53661)
KARAN SHARMA (95699-99810)
Value of elements in array
First element of the array
Base address of the array
Address of the last element of array
Rate this question:
Strnchar()
Strchar()
Strrchar()
Strrchr()
Rate this question:
5
11
41
44
Rate this question:
All of them let you define new values
All of them let you define new data types
 All of them let you define new pointers
All of them let you define new structures
Rate this question:
The element will be set to 0.
The compiler would report an error.
The program may crash if some important data gets overwritten.
The array size would appropriately grow.
Rate this question:
Sizeof(struct stemp*) > sizeof(union utemp*) > sizeof(char *)
Sizeof(struct stemp*) < sizeof(union utemp*) < sizeof(char *)
Sizeof(struct stemp*) = sizeof(union utemp*) = sizeof(char *)
The order Depends on the compiler
Rate this question:
Argv is a pointer to pointer.
Argv is a pointer to a char pointer.
Argv is a function pointer.
Argv is a member of function pointer.
Rate this question:
Pf is a pointer to function.
Pf is a function pointer.
Pf is a pointer to a function which return int
Pf is a function of pointer variable.
Rate this question:
Arr is a array of 10 character pointers.
 arr is a array of function pointer.
Arr is a array of characters.
Arr is a pointer to array of characters.
Rate this question:
Memfree(int p);
Dealloc(p);
Malloc(p, 0);
 free(p);
Rate this question:
X is a pointer
X is an array of three pointer
X is an array of three function pointers
Error in x declaration
Rate this question:
P is a constant
P is a character constant
P is character type
None of the above
Rate this question:
When former is used, current directory is searched and when latter is used, standard directory is searched
When former is used, standard directory is searched and when latter is used, current directory is searched
Hen former is used, search is done in implementation defined manner and when latter is used, current directory is searched
For both, search for ‘somelibrary’ is done in implementation-defined places
Rate this question:
The predefined location then the current directory
The current directory then the predefined location
The predefined location only
The current directory location
Rate this question:
Standard error
Standard error types
Standard error streams
Standard error definitions
Rate this question:
Conio.h
Stdlib.h
Stdio.h
Dos.h
Rate this question:
'c' means argument control 'v' means argument vector
'c' means argument count 'v' means argument vertex
'c' means argument count 'v' means argument vector
'c' means argument configuration 'v' means argument visibility
Rate this question:
128 characters
256 characters
67 characters
It may vary from one operating system to another
Rate this question:
True
Compile Time Error
Run Time Error
False
Rate this question:
4
64
16
None of the mentioned
Rate this question:
Error
Will make an infinite loop
Some address will be printed
None of the above
Rate this question:
Must contain at least one function.
Need not contain any function.
Needs input data.
None of the above
Rate this question:
10
9
11
None of the mentioned
Rate this question:
5 5 5 5 5
5 4 3 2 1
Infinite Loop
None of These
Rate this question:
Absiha
Asiha
Asiha
Hai
Rate this question:
++x
X+1
 x++
X*2
Rate this question:
10
14
1
0
Rate this question:
21
18
12
Compile Time Error
Rate this question:
11Hello world
10Hello world
Hello world10
Hello world11
Rate this question:
Quiz Review Timeline (Updated): Mar 20, 2023 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
Wait!
Here's an interesting quiz for you.