Questions

Q:

How would you use the function memmove()?

Answer

#include "mem.h"


#include "alloc.h"


main()


{


      int area;


      char *dest;


      char src[] = "Life is the camera and you are the target"


                                  "so keep smiling always";


      area = sizeof (src);


      dest = malloc (area);


      memmove (dest, src, area);


      printf("\n%s", dest);


      printf("\n%s",src);


}

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

1 3546
Q:

The world's largest delta system is the _________

A) The Nile, Egypt B) Ganges-Brahmaputra, India/ Bangladesh
C) The Mississippi, USA D) The Amazon , Brazil
 
Answer & Explanation Answer: B) Ganges-Brahmaputra, India/ Bangladesh

Explanation:

The Ganges, Brahmaputra delta covers an area of about 75000 sq km.

Report Error

View Answer Report Error Discuss

Filed Under: World Geography

3 3546
Q:

Who has topped the Forbes Magazine’s list of the world’s highest paid actors 2017 ?

A) Vin Diesel B) Jacky Chan
C) Dwayne Johnson D) Mark Wahlberg
 
Answer & Explanation Answer: D) Mark Wahlberg

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Famous Personalities
Exam Prep: Bank Exams , CAT
Job Role: Bank Clerk , Bank PO

7 3545
Q:

_U_R_Y_

Complete this 7 letter word _U_R_Y_

1. Girls like it
2. Boys use it
3. Parents hate it.

Answer

HURRAYS.

Report Error

View answer Workspace Report Error Discuss

24 3545
Q:

Differentiate between RAM & ROM?

Answer

RAM: Read / Write memory, High Speed, Volatile Memory.


ROM: Read only memory, low speed, non volite memory.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

1 3544
Q:

What are the most reliable industrial shares on a stock exchange called?

Answer

Blue chip

Report Error

View answer Workspace Report Error Discuss

3 3543
Q:

Iteration is most similar in meaning to

A) Ending B) Looping
C) Starting D) None of the above
 
Answer & Explanation Answer: B) Looping

Explanation:

Iteration is most similar in meaning to the word repeatation i.e, looping.

Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: AIEEE , Bank Exams , CAT , GRE , TOEFL
Job Role: Analyst , Bank Clerk , Bank PO , IT Trainer

4 3543
Q:

Which organelles in the cell, other than nucleus contains DNA?

A) Centriole B) Goalgi apparatus
C) Lysosomes D) Mitochondria
 
Answer & Explanation Answer: D) Mitochondria

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Biology

10 3542