for-coder
439 subscribers
99 photos
52 videos
23 files
136 links
Download Telegram
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
for-coder
Please open Telegram to view this post
VIEW IN TELEGRAM
This media is not supported in your browser
VIEW IN TELEGRAM
University STUDENT getting interviewed rn
#interview 😂
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
which one is a type of an array to define a dynamic or continiously changing array
Anonymous Quiz
13%
const <string>
53%
vector<string >
8%
chang<sting>
3%
make<string>
25%
string arrary[] ={};
This media is not supported in your browser
VIEW IN TELEGRAM
I believe this is one reason that ai can't replace human being because it will never be able to think like this
What do you think 👇🏾🧠
Forwarded from A2SV | Africa to Silicon Valley (Kenny)
This media is not supported in your browser
VIEW IN TELEGRAM
Driving Africa's Tech Revolution: Get to Know A2SV's Heads of Education🌍

At A2SV, our Heads of Education are key to unlocking the future of technology across Africa. These outstanding alumni, once top students, now pass on critical thinking, algorithms, and data structure skills to the next generation. 🖥📘

Leading both in-person classes at AAU, AASTU, ASTU in Ethiopia, and the University of Ghana, as well as our expansive remote learning program, our Heads of Education connect students from 22 African countries with top learning opportunities. Their role goes beyond teaching; they mentor and inspire, paving the way for our students to become the innovators and leaders Africa eagerly anticipates. 🚀📚

Their commitment elevates our initiative, ensuring the delivery of quality tech education in Africa.
print("Good morning 🌅 people, have a great day!")
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
#include<iostream>
using namespace std;

int main(){
int a = 5,b = 3,c =1;
{
int a = 8;
a++;
b++;
}
c++;
cout<<a<<b<<c;

}
what is the output for code above
Anonymous Quiz
29%
942
23%
532
15%
542
9%
932
24%
error