You are on page 1of 3

Q

Q
Q
Q
Q
Q
Q
Q
Q
Q
Q
Q
Q
Q
Q
Q
Q
Q
Q
Q
Q
Q
Q
Q
Q
Q
Q
Q
Q
Q
Q
Q
Q
Q
Q
Q
Q
Q
Q
Q
___ is a condition in which the memory is dynamically reserved but isn’t accessible to any progra
A pointer to a pointer is a form of
An Ampersand before the name of a variable denotes
By default a real number is treated as a
C language is available for which of the following Operating Systems?
Character constants should be enclosed between ___
Continue statement is used
Every C Variable must have.?
Explicit type conversion is known as
How is search done in #include and #include “somelibrary.h” according to C standard?
How many times will the following loop execute? For(j=1; j<=10; j=j-1)
In C, a Union is
In mathematics and computer programming, which is the correct order of mathematical operators
Out of the following, which one is not valid as an if-else statement?
Register keyword mandates compiler to place in it machine register.
Specify the 2 library functions to dynamically allocate memory?
The continue command cannot be used with
The correct format of declaring a function is:
The definition of the function abort() is in which header file?
The number of relational operators in the C language is
The standard header _______ is used for variable list arguments (…) in C
Variables of type auto, static and extern are all stored in.?
We can determine the size of a union with the help of the size of __________.
We can test the presence of a loop in a linked list by ________.
We cannot use the keyword ‘break’ simply within _________.
What are the different types of real data type in C ?
What is a C Storage Class.?
What is stderr ?
What is the default C Storage Class for a variable.?
What is the output of this statement "printf("%d", (a++))"?
What is the similarity between a structure, union and enumeration?
Which of the following are never inherited?
Which of the following are tokens in C?
Which of the following cannot be a variable name in C?
Which of the following comment is correct when a macro definition includes arguments?
Which of the following is a keyword is used for a storage class
Which of the following is not a correct variable type?
Which of the following return-type cannot be used for a function in C?
Which of these properties of #define is false?
Which standard library function will you use to find the last occurance of a character in a string i
Ans Memory Leak
Ans a chain of pointers
Ans Address
Ans Double
Ans All of these
Ans Single quotes
Ans  to go to the next iteration in a loop
Ans Both Type and Storage Class
Ans Casting
Ans For both, search for ‘somelibrary’ is done in implementation-defined places
Ans Forever
Ans memory store
Ans Division, Multiplication, Addition, Subtraction
Ans if (if (x == 1)){}
Ans None
Ans malloc() and calloc()
Ans switch
Ans type_of_return name_of_function (argument type);
Ans stdlib.h
Ans Six
Ans <stdarg.h>
Ans RAM
Ans The last member of the union
Ans Comparing the node’s address with the address of all the other node
Ans if-else
Ans float, double, long double
Ans C Storage Class decides what is the Scope and Life of a variable.
Ans standard error streams
Ans auto
Ans The current value of a
Ans All of them let you define new data types
Ans Constructor functions
Ans All of the above
Ans Volatile
Ans The opening parenthesis should immediately follow the macro name
Ans auto
Ans  real
Ans char *
Ans All of the above
Ans strrchr()

You might also like