Channel Avatar

Learn coding shorts @[email protected]

134 subscribers - no pronouns :c

You're welcome. This channel provides knowledge of computer


Welcoem to posts!!

in the future - u will be able to do some more stuff here,,,!! like pat catgirl- i mean um yeah... for now u can only see others's posts :c

Learn coding shorts
Posted 1 year ago

When a pop() operation is called on an empty queue, what is the condition called?

2 - 0

Learn coding shorts
Posted 1 year ago

#Quiz Q-> 1

#include <stdio.h>

int main() {

int a = 3, b = 5;

int t = a;

a = b;

b = t;

printf("%d %d", a, b);

return 0;

}

1 - 0

Learn coding shorts
Posted 1 year ago

Which operator a pointer object of a class uses to access its data members and member functions?

1 - 0

Learn coding shorts
Posted 1 year ago

What is meant by multiple
inheritance?

25 - 0

Learn coding shorts
Posted 1 year ago

Q. Write a C program to find out the sum all even elements from an array.


https://youtu.be/dM3se564GG4?si=-DsTH...

1 - 0

Learn coding shorts
Posted 1 year ago

The data members and functions of a class in C++ are by default ?

1 - 1

Learn coding shorts
Posted 1 year ago

In c++ how many parameters does a default constructor require ? #cpp

11 - 1

Learn coding shorts
Posted 1 year ago

2 - 0

Learn coding shorts
Posted 1 year ago

What happens if a user forgets to define a constructor inside a class ?

5 - 3

Learn coding shorts
Posted 1 year ago

What is the correct way to perform inheritance in C++?

2 - 0