just right the logic of it
1--> If few people are electing then every time ur candidate
should win
2--> arrange books in box, if box carry weight == books
weight then take another box..... find the no of box
required.
No Answer is Posted For this Question
Be the First to Post Answer
WHAT IS ABSTRUCT DATA TYPE ? PLEASE EXPLAIN IT.
What is the Advantage of Interface over the Inheritance in OOPS?
How can i write a code in c# to take a number from the user and then find all the prime numbers till the number entered by the user.
write a program to print * * * * * *
explain defference between structure and class with example
What will happen when the following code is run: int x; while(x<100) { cout<<x; x++; } 1) The computer will output "0123...99" 2) The computer will output "0123...100" 3) The output is undefined
What is difference between abstraction and encapsulation?
what is the new version of oops
#include <iostream> using namespace std; int main() { int a = 2; int c[5][5]; for (int x=0;x<5;x++) { for (int y=0;y<5;y++) { c[x][y] = x*y; } } cout << c[a][c[1][4]]; }
sir plz send me a set of questions that been frequently held in written examination during campus selection.
What is class and object in oops?
What do you mean by inheritance?