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

Sorry, you do not have permission to ask a question, 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
  • Shop
    • Internshala Answers
Search
Ask A Question

Mobile menu

Close
Ask A Question
  • Home
  • Questions
  • Blog
    • Computer Science(CSE)
    • NPTEL
    • Startup
  • Shop
    • Internshala Answers
Home/Programming Language/C++/Page 2

SIKSHAPATH Latest Questions

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
  • 237 Views
Answer
Pavanagg
  • 1
Pavanagg
Asked: April 12, 2022In: C++

What’s printed by the following code fragment? set<int> s; s.insert(100); …

  • 1

What’s printed by the following code fragment? set<int> s; s.insert(100); s.insert(25); for(auto e : s) cout << e

an introduction to programming through c++
  • 1 Answer
  • 382 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
  • 208 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
  • 216 Views
Answer
Paneer selvam
  • 1
Paneer selvam
Asked: February 15, 2022In: C++

What is the value of variable count at the end of execution?

  • 1

What is the value of variable count at the end of execution?

  • 1 Answer
  • 168 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
  • 387 Views
Answer
1 2

Sidebar

store ads

Stats

  • Questions 1k
  • Answers 1k
  • Posts 150
  • Best Answers 89
  • Cloud Computing Notes 101: Learn Fundamentals, Service Models, and Virtualization!
  • This Free AI Tool Translates Entire Books in Minute !
  • AI News: 🎬 Hollywood’s AI Studios, 🎓 OpenAI’s Latest Gift to Educators, 🚚 Class8 Bags $22M, 🧠 Google Gemini’s Memory Upgrade
  • AI NEWS: Legal Action Against OpenAI, $16M Paid, & Elon Musk’s Praise from Investor 🤖💰📑 | AI Boosts Cloud Seeding for Water Security 🌱💧
  • AI News: 🎬AI Video Tool Scam Exposed🤯, 🛰️ AI-Powered Drones to Ukraine 😱, Google’s $20M AI Push, Sam Altman Joins SF’s Leadership Team

Explore

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

Footer

SIKSHAPATH

Helpful Links

  • Contact
  • Disclaimer
  • Privacy Policy Notice
  • TERMS OF USE
  • FAQs
  • Refund/Cancellation Policy
  • Delivery Policy for Sikshapath

Follow Us

© 2021-24 Sikshapath. All Rights Reserved