Questions

Q:

What is the world’s oldest surviving republic?

Answer

San Marino

Report Error

View answer Workspace Report Error Discuss

Subject: World History

5 2844
Q:

Improve the following code using typedef.

struct node

{

      int data1;  float data2;

       struct node *left;

       struct node *right;

};

struct node *ptr;

ptr = (struct node *) malloc (sizeof (struct node) ); 

Answer

typedef struct node * treeptr


typedef struct node


{


         int data1;


         float data2;


         treeptr *left;


         treeptr *right;


}treenode;


treeptr ptr;


ptr = ( treeptr ) malloc ( sizeof ( treenode ) );

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2844
Q:

What is the basic foundation of neoclassical literature?

A) Artistic values of ancient Greece and Rome B) Puritan philosophy
C) Enlightenment theory D) Anti-Renaissance thought
 
Answer & Explanation Answer: A) Artistic values of ancient Greece and Rome

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World History
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

1 2842
Q:

"International Day of Democracy" was observed across the world on _____ ?

A) 12 September B) 15 September
C) 18 September D) 14 September
 
Answer & Explanation Answer: B) 15 September

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Important Days and Years
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Bank Clerk , Bank PO

6 2841
Q:

Which lake has possess 20% of India’s seagrass distribution?

A) Chilika Lake B) Kolleru Lake
C) Dal Lake D) Wular Lake
 
Answer & Explanation Answer: A) Chilika Lake

Explanation:

ChilikaLake (Odisha) has possess 20% of India’s seagrass distribution.

Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

4 2841
Q:

What is logical link control?

Answer

One of two sublayers of the data link layer of OSI reference model, as defined by the IEEE 802 standard. This sublayer is responsible for maintaining the link between computers when they are sending data across the physical network connection

Report Error

View answer Workspace Report Error Discuss

Subject: Networking
Job Role: Network Engineer

0 2841
Q:

" World Tuberculosis Day " is observed on ?

A) 24th March B) 22nd March
C) 23rd March D) 21st March
 
Answer & Explanation Answer: A) 24th March

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Important Days and Years
Exam Prep: Bank Exams , CAT
Job Role: Bank PO

3 2840
Q:

The first feature film produced in India was

A) Hatimtai B) Alamm Ara
C) Pundalik D) Raja Harishchandra
 
Answer & Explanation Answer: B) Alamm Ara

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors

1 2840