MEDIUM
HSSC Clerk
IMPORTANT
Earn 100

What does STL stand for?
(a)Simple Template Library
(b)Standard Template Library
(c)Static Type Library
(d)Single Type-based Library
(e)None of these

50% studentsanswered this correctly

Important Questions on Programming in C/C++
HARD
HSSC Clerk
IMPORTANT
What will be the values of x, m and n after execution of the following statements?
int

EASY
HSSC Clerk
IMPORTANT
When a function defined inside a class, it refers as

EASY
HSSC Clerk
IMPORTANT
The C expression Is equivalent to

HARD
HSSC Clerk
IMPORTANT
The value of At the end of the execution of the following C program is:
int incr (int )
{
static int count
count = count
return (count);
}
main()
{
int
for ()
= incr ()
}

HARD
HSSC Clerk
IMPORTANT
What is printed by the print statements in the program P1 assuming call by reference parameter passing?
Program P()
{
func ()
}
func ()
{
}

MEDIUM
HSSC Clerk
IMPORTANT
The Fibonacci sequence is the sequence of integers

MEDIUM
HSSC Clerk
IMPORTANT
Consider an operation ff addition. For two numbers, the operating will generate a sum. If the operand are strings, and the same operation would produce a third string by concatenation.This feature is called _____.

EASY
HSSC Clerk
IMPORTANT
Override is a method _____.
