English
Tamil Nadu Board of Secondary EducationHSC Science Class 11

HSC Science Class 11 - Tamil Nadu Board of Secondary Education Question Bank Solutions for Computer Science

Advertisements
[object Object]
[object Object]
Subjects
Popular subjects
Topics
Advertisements
Advertisements
Computer Science
< prev  261 to 280 of 358  next > 

Which of the following statement is valid? Why? Also, write their result.

int a; a = (3,014);

[9] Introduction to C++
Chapter: [9] Introduction to C++
Concept: undefined >> undefined

The set of statements that are executed again and again in iteration is called ______

[10] Flow of Control
Chapter: [10] Flow of Control
Concept: undefined >> undefined

Advertisements

How many types of iteration statements?

[10] Flow of Control
Chapter: [10] Flow of Control
Concept: undefined >> undefined

How many times the following loop will execute? for (int i = 0; i < 10; i++)

[10] Flow of Control
Chapter: [10] Flow of Control
Concept: undefined >> undefined

Which of the following is the exit control loop?

[10] Flow of Control
Chapter: [10] Flow of Control
Concept: undefined >> undefined

Which of the following is called the entry control loop?

[10] Flow of Control
Chapter: [10] Flow of Control
Concept: undefined >> undefined

A loop that contains another loop inside its body: ______

[10] Flow of Control
Chapter: [10] Flow of Control
Concept: undefined >> undefined

Write a for loop that displays the number from 21 to 30.

[10] Flow of Control
Chapter: [10] Flow of Control
Concept: undefined >> undefined

Write a while loop that displays numbers 2, 4, 6, 8.......20.

[10] Flow of Control
Chapter: [10] Flow of Control
Concept: undefined >> undefined

Structure definition is terminated by ______

[12] Arrays and Structures
Chapter: [12] Arrays and Structures
Concept: undefined >> undefined

What will happen when the structure is declared?

[12] Arrays and Structures
Chapter: [12] Arrays and Structures
Concept: undefined >> undefined

A structure declaration is given below.

struct Time
{
int hours;
int minutes;
int seconds;
}t;

Using the above declaration which of the following refers to seconds.

[12] Arrays and Structures
Chapter: [12] Arrays and Structures
Concept: undefined >> undefined

Which of the following is a properly defined structure?

[12] Arrays and Structures
Chapter: [12] Arrays and Structures
Concept: undefined >> undefined

A structure declaration is given below.

struct employee
{
int empno;
char ename[10];
}e[5];

Using the above declaration which of the following statement is correct.

[12] Arrays and Structures
Chapter: [12] Arrays and Structures
Concept: undefined >> undefined

When accessing a structure member, the identifier to the left of the dot operator is the name of ______.

[12] Arrays and Structures
Chapter: [12] Arrays and Structures
Concept: undefined >> undefined

Define structure. What is its use?

[12] Arrays and Structures
Chapter: [12] Arrays and Structures
Concept: undefined >> undefined

What is the error in the following structure definition.
struct employee{ inteno;charename[20];char dept;} Employee e1,e2;

[12] Arrays and Structures
Chapter: [12] Arrays and Structures
Concept: undefined >> undefined

How to access members of a structure? Give example.

[12] Arrays and Structures
Chapter: [12] Arrays and Structures
Concept: undefined >> undefined

What is called anonymous structure? Give an example?

[12] Arrays and Structures
Chapter: [12] Arrays and Structures
Concept: undefined >> undefined

Write a C++ program to add two distances using the following structure definition.

struct Distance{
int feet;
float inch;
}d1, d2, sum;

[12] Arrays and Structures
Chapter: [12] Arrays and Structures
Concept: undefined >> undefined
< prev  261 to 280 of 358  next > 
Advertisements
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×