- DLLs
- How do you initialize pointer variable
- Can a pointer variable be multiplied
- How do you declare and initialize a
- Give an example for initializing pointer
- Write the syntax for pointer declaration
- What are pointer constants
- What are pointer variables
- Which storage class is used to retain the
- What does extern mean in a function
- Which data structure logic is used for
- What is recursion
- What is parameter passing
- What is the difference between formal
- What is the default return type for
- What does function declaration or
- What does the function definition
- What is a function
- What is the difference between structure
- Write the syntax for Union declaration
- What is slack byte in terms of
- Explain the reason why you can’t
- Can you perform logical operations on
- Can you compare structures like string
- What is the other name for member
- How do you access structure members
- Can the structure variables be initialized at
- How do you initialize structure variables
- Write the different ways of structure
- Write the syntax for structure
- Define structure
- What are the functions used for accessing
- List the operators used for string
- Name some functions of string
- List the string constructors
- List few operations that can be performed
- In which class are the strings manipulating
- What are dynamic arrays
- In a multidimensional (2-D or 3-D) array which
- How do you initialize a 2-D
- What are the things to be specified when
- What are the individual values of arrays
- What is an array
- What is the other name for counter
- What is the other name for sentinel
- What is for loop called without the test
- What is the difference between break
- How many loops can a break exit at
- How can you setup time delay for
- By which operator are the multiple arguments
- Why are while and for called entry
- Why is do…while called exit controlled loop
- Name the types of loops based on the type of
- What are the steps in looping
- What is the other name for entry controlled
- What is ternary operator? What is its
- Where should be the label default placed in
- What is the use of decision-making
- List the decision-making statements
- What are the values stored in storage
- What is the other name for global
- What is the use of storage classes
- What does the header file <utility>
- Which file extension does UNIX AT &
- Which system use the .cxx file
- What are the file extensions which can be
- Name the text editors in which a C++
- What is the difference between the
- Which operator has the lowest precedence
- What do you mean by associativity of
- What do you mean by operator precedence
- What is implicit type conversion
- What is the use of “sizeof” operator
- Give an example of comma operator and
- What are the ternary operators
- What is the use of bitwise operators
- Explain is the difference between prefix and
- What are the unary operators
- Give an example for shorthand assignment
- Which operator cannot be used with
- What do you mean by integer expression
- What is the operator for exponentiation
- What is the use of keyword volatile
- What is the use of keyword const
- What is the other name for symbolic
- What do you mean by variable and
- What is the difference between enum
- Give the syntax of enum with an
- What is the use of generic
- What is the use of void
- What is the number of bytes occupied by long double
- What is the number of bytes occupied by character
- What is the number of bytes occupied by double
- What is the number of bytes occupied by float
- What is the number of bytes occupied by
- What is the range of long double
- What is the range of double
- What is the range of char
- What is the range of float
- What is the range of integer
- What is other name for built in
- Name the derived data types in C++
- Name the built in data types in
- What are the user defined data
- What are the rules to be followed while
- What are identifiers
- What are constants
- What do you mean by initialization of
- What are escape sequences
- What is string constant
- What is single character
- How many keywords are there in C++ and
- What do you mean keyword
- What are the types of tokens in
- What are tokens in C++
- What do you mean by trigraph
- What does the keyword “void”
- What do you mean by pre
- Is C++ language case sensitive
- What is statement terminator in
- What comments are used
- Can you nest comments in C++
- How do you use comments in C++
- What is the multi line comment used
- What are the applications of
- What kind of approach is used by
- What are the languages from which
- What is the disadvantage of using inline function?
- When are the inline functions failed?
- What does the declaration of an argument in the function as const mean?
- In terms of function overloading what are the steps involved in invoking a function?
- What is the order in which default arguments are to be specified?
- Give an example for default arguments.
- What is the use of default arguments?
- Write the syntax for inline function.
- What are inline functions?
- What is the disadvantage of macros?
- What is the use of return by reference? Give an example for return by reference.
- How do you declare an open parameter list in function?
- Is it legal to use function call on left hand side of an assignment operator?
- Which of the following function declaration is correct?
- Write the syntax for function definition.
- What is the use of function prototyping?
- Write the syntax for function prototype.
- Is it mandatory to use function prototyping in C++?
- What is the difference between main () in C and C++?
- What is conditional operator? What is its use?
- What is the difference between while and do…while?
- Write the syntax of for statement.
- Write the syntax for while statement.
- Write the syntax for do…while.
- Name the exit controlled loop/s.
- Name the entry controlled loop/s.
- What are the types of loops in C++?
- Write the syntax for switch statement.
- What is the multiway decision statement in C++.
- Write the syntax for if..else.
- Write the syntax for simple If.
- List the different forms of If statement.
- List the control structures in C++.
- What is the difference between “constant pointer” and “pointer to a constant”?
- What is implicit conversion?
- What is integral widening conversion?
- Give an example for explicit type conversion of variables used in C++.
- What is the linefeed operator used in C++?
- What are the manipulators?
- What are the memory management operators used in C++?
- What is the use of scope resolution operator?
- List few new operators used in C++.
- Write the syntax of using reference variable.
- What is a reference variable and what is its use?
- What is dynamic initialization?
- What is the advantage of C++ in case of variable declaration?
- What is the number of bytes occupied by “sizeof (‘a’)”?
- What is the difference between the array declarations in C & C++? Give an example.
- List new keywords added to C++.
- What is the difference between C & C++ based on name limit?
- What are the sections of a C++ program?
- What do you mean by cascading of operators? Give an example.
- Can you read multiple words using “cin”?
- In which header file are cout and Cin found?
- What is the identifier used in C++ similar to scanf () in C?
- What is the name of the operator “>>”?
- What is the name of the operator “<<”?
- What is the identifier used in C++ similar to printf () in C?
- What is the default return type of main () in C++?
- What is namespace?
- What is the single line comment used in C++?
- What was C++ initially called?
- Who has developed C++ and when it has been developed?
- What is polymorphism? Explain
- What is the use of volatile keyword? Give
- What is the difference between macro
- What is difference between copy constructor
- Define copy constructor? What is the
- What is friend func
- What is the difference between Function
- What is a memory leak? How can
- What do you mean by pure
- What is a scope resolution
- What is abstra
- What is an algorithm in terms of
- What is the difference between
- Why array index starts from
- What is the Basic nature of "C in" and
- What is importance of const pointer
- What are the things contains in
- How is static variable stored in the
- What is a class
- What is the difference between an
- What is "strea
- What is deference between constructor
- Difference between a "assignment operator" and
- What are the types of STL
- What is the difference between structures
- What do you mean by binding of
- What is encapsu
- How can double dimensional arrays be
- What is virtual class and
- What is function overloading and
- What is the need /use of function
- We can overload assignment operator as
- What will happen if I say
- Can main() be over
- Explain the need for "Virtual
- What is difference between following
- What are auto static variables and
- What do you mean by inhe
- What are inline func
- What is name
- How to write a program such that it
- How can we define a dynamic memory
- Can we take "main function" as
- Can you allocate the memory using
- What is an obj
- What happens to the member pointers
- What is operator overloading? what r the
- What is the difference between
- Why Pointers are not used in C
- What is polymorphism? Explain
- What is public, protected
- Difference between realloc
- Can you explain the term "resource
- What is RTT
- Is there any way to write a class such
- Can we generate a C++ source code
- What is a temp
- What will be output of the following
- What is function
- Have you heard of "mutable"