Welcome to Tech With Usaaz π»π
Your place to learn C++, Programming, Networking, Cybersecurity, and Technology in a simple and easy-to-understand way.
π― Tutorials | π‘ Tech Explained | π₯ Programming & Tech Shorts
Learn. Code. Explore Technology.
Subscribe and grow your tech skills with Tech With Usaaz! π
TECH WITH USAAZ
π Q3. What will be the output?
fruits = ["Apple", "Banana", "Mango"]
fruits[1] = "Orange"
print(fruits)
3 days ago | [YT] | 5
View 0 replies
TECH WITH USAAZ
What will be the output?
text = "Python"
print(text[2])
6 days ago | [YT] | 3
View 0 replies
TECH WITH USAAZ
#include<iostream>
using namespace std;
void change(int x) {
x = 10;
}
int main() {
int n = 5;
change(n);
cout << n;
}
1 week ago | [YT] | 3
View 0 replies
TECH WITH USAAZ
π§ C++ Quiz
#include<iostream>
using namespace std;
int n = 10;
int calculate() {
int x = 5;
return n + x;
}
int main() {
cout << calculate();
}
Which one is the Global Variable?
3 weeks ago | [YT] | 3
View 0 replies
TECH WITH USAAZ
int arr[4] = {10, 20, 30, 40};
cout << arr[2];
3 weeks ago | [YT] | 5
View 0 replies
TECH WITH USAAZ
π± How does your phone automatically get an IP address?
1 month ago | [YT] | 4
View 0 replies
TECH WITH USAAZ
π Networking Quiz!
Which device connects different networks?
1 month ago | [YT] | 4
View 0 replies
TECH WITH USAAZ
π§ Can You Answer This C++ Question?
What is the output?
int x = 5;
cout << x++;
1 month ago | [YT] | 9
View 6 replies
TECH WITH USAAZ
For loop is a:
1 month ago | [YT] | 4
View 0 replies
TECH WITH USAAZ
HAPPY NEW YEARπ
8 months ago | [YT] | 4
View 0 replies
Load more