Questions

Q:

What will output when you compile and run the following code?

#include <stdio.h>
struct student
{

int roll;
int cgpa;
int sgpa[8];

};

void main()
{

struct student s = { 12,8,7,2,5,9 };
int *ptr;
ptr = (int *)&s;
clrscr();
printf( "%d", *(ptr+3) );
getch();

}

A) 8 B) 7
C) 2 D) Compiler error
 
Answer & Explanation Answer: C) 2

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Programming

1 25836
Q:

Which of the following refers to a small, single-site network ?

A) LAN B) DSL
C) RAM D) USB
 
Answer & Explanation Answer: A) LAN

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams

122 25834
Q:

Which of the following places is considered a Jain Siddha Kshetra on account of its association with Parsvanatha

A) Champa B) Pava
C) Sammed Sikhar D) Urjayanta
 
Answer & Explanation Answer: C) Sammed Sikhar

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

72 25809
Q:

Mount Everest is located between

 

A) China & India B) India & Nepal
C) China & Nepal D) India & Myanmar
 
Answer & Explanation Answer: C) China & Nepal

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Geography
Exam Prep: Bank Exams

5 25801
Q:

A ........ is approximately one billion bytes

A) Megabyte B) Gigabyte
C) Terabyte D) None of these
 
Answer & Explanation Answer: B) Gigabyte

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer

151 25777
Q:

Generally unemployment in a developing country takes place because of ___________.

 

A) lack of complementary factors of production B) seasonal factors
C) lack of effective demand D) switch over from one job to another
 
Answer & Explanation Answer: A) lack of complementary factors of production

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy
Exam Prep: Bank Exams

1 25630
Q:

In the below puzzle, there are 2 double blanks. Fill in the blanks with the same pair of letters to complete an English word. For example, use the letter-pair ac in b__kp__k to make the word backpack

_ _ s _ _ de

Answer

cascade

Report Error

View answer Workspace Report Error Discuss

Subject: Word Puzzles

161 25628
Q:

“Functional Finance” is associated with: __________

 

 

 

A) Adams B) Adam Smith
C) Adolph Wogner D) Abba P Lerne
 
Answer & Explanation Answer: D) Abba P Lerne

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy
Exam Prep: Bank Exams

1 25587