A) Rama Devi
B) Sumitra Mahajan
C) Anupama Kare
D) Snehlata Shrivastava
View Answer
Option – D.
More Questions
Where does translation take place in the cell?
Project authorization is one of the processes that is associated with the initiation phase of a project. Authorization can come in many different forms, and projects are generally authorized by all of the following except
Which type of memory holds only the program and data that the CPU is presently processing?
Which of the following is not the other name of attriibute?
The food and drug administration sets standards for
#define clrscr() 100 main() { clrscr(); printf( “%dn”, clrscr() ); }
Which unit holds data temporarily?
Which of the following physiographic feature of India is geologically the oldest?
What will be output when you will execute following c code? #include enum actor { SeanPenn=5, AlPacino=-2, GaryOldman, EdNorton }; void main() { enum actor a=0; switch(a) { case SeanPenn: printf(“Kevin Spacey”); break; case AlPacino: printf(“Paul Giamatti”); break; case GaryOldman:printf(“Donald Shuterland”); break; case EdNorton: printf(“Johnny Depp”); } }
What are two rights in the declaration of Independence?