Sign Up

Have an account? Sign In Now

Sign In

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here
Sign InSign Up

SIKSHAPATH

SIKSHAPATH Logo SIKSHAPATH Logo

SIKSHAPATH Navigation

  • Home
  • Questions
  • Blog
    • Computer Science(CSE)
    • NPTEL
    • Startup
  • Contact
  • Delivery Policy for Sikshapath
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Questions
  • Blog
    • Computer Science(CSE)
    • NPTEL
    • Startup
  • Contact
  • Delivery Policy for Sikshapath
Home/c

SIKSHAPATH Latest Questions

Pavanagg
  • 0
Pavanagg
Asked: January 18, 2023In: C++

Which of the following is NOT a container adapter?

  • 0

Which of the following is NOT a container adapter? a. stack b. queue c. deque d. priority-queue

c
  • 1 Answer
  • 443 Views
Answer
Pavanagg
  • 1
Pavanagg
Asked: April 25, 2022In: C++

Write a templated class named “EveryOther” that behaves much like …

  • 1

Write a templated class named “EveryOther” that behaves much like std::vector (in the file named “everyother.h”). It has a member function called “push_back”, but only every other call to the member function actually does anything (actually pushed the element to ...

c
  • 1 Answer
  • 118 Views
Answer
Pavanagg
  • 1
Pavanagg
Asked: April 4, 2022In: C++

My program contains the line: delete x; It does not cause a compile time error. Which of the following is …

  • 1

My program contains the line: delete x; It does not cause a compile time error. Which of the following is a possibledeclaration for x? a. int x; b. double x; c. double *x; d. int x[10];

c
  • 1 Answer
  • 129 Views
Answer
Pavanagg
  • 1
Pavanagg
Asked: April 4, 2022In: C++

To create an array of integers which can be accessed as A[0],…,A[4] residing on the heap the code to be …

  • 1

To create an array of integers which can be accessed as A[0],…,A[4] residing on the heap the code to be executed is: a. int A[5]; b. int *A = new int[5]; c. int A = new int[5]; d. int new A[5];

c
  • 1 Answer
  • 152 Views
Answer
Pavanagg
  • 0
Pavanagg
Asked: February 14, 2022In: C++

What is the value of variable count at the end of execution? int count=0; for (int i=1; i<=5; i++) { …

  • 0

What is the value of variable count at the end of execution? int count=0; for (int i=1; i<=5; i++) { for (int j=1; j<=5; j+=i) { for (int k=1; k<=5; k+=j) { count++; } } }

cnptel assignment
  • 1 Answer
  • 285 Views
Answer
_sah_itya
  • 0
_sah_itya
Asked: November 28, 2021In: Data Structure

Write a menu-driven program that implements the following operations (using separate functions)on a linear array- Insert a new element at …

  • 0

Write a menu-driven program that implements the following operations (using separate functions)on a linear array- Insert a new element at the end Display the elements of the linear array

c
  • 1 Answer
  • 467 Views
Answer
1 2

Sidebar

Stats

  • Questions 1k
  • Answers 1k
  • Posts 138
  • Best Answers 65
  • Solution Revealed: NPTEL Programming in Java Week 1 Assignment 2023
  • NPTEL Joy of Computing Using Python Assignment Answers Week 1 2023
  • NPTEL Cloud Computing Assignment 1 Answers 2023
  • NPTEL An Introduction to Artificial Intelligence Week 1 Assignment Answers 2023
  • Ethical Hacking NPTEL Assignment 1 Answers 2023

Popular Questions

  • I'M ADMIN

    Internshala ethical hacking final test answers: Question sequence differs but ...

    • 6 Answers
  • AK

    You have a green lottery ticket, with ints a, b, ...

    • 4 Answers
  • mj

    Solve by Gauss Elimination Method 5x+y+z+w=4 ,x+7y+z+w=12 , x+y+6z+w=-5, x+y+z+4w=-6

    • 3 Answers

Explore

  • Recent Questions
  • Questions For You
  • Answers With Time
  • Most Visited
  • New Questions
  • Recent Questions With Time

Footer

Helpful Links

  • Disclaimer
  • Privacy Policy Notice
  • TERMS OF USE
  • FAQs
  • Refund/Cancellation Policy

Follow

© 2021-2022 Sikshapath. All Rights Reserved