for-coder
434 subscribers
103 photos
55 videos
25 files
139 links
Download Telegram
Let arr = [1,2,3];

arr[5]=3;

Console.log(arr.length);
What's the output for the above code
Anonymous Quiz
18%
3
10%
5
15%
6
8%
4
50%
Error
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 x = 2;

void dob(int) {
cout << ::x * 2;
}
int main() {
int a = 6;
dob(a);
}
Forwarded from for-coder (KEN ADAMS)
what is the output for the above code
Anonymous Quiz
4%
2
33%
12
48%
4
6%
6
8%
error
Why is GPT-4o Free? OpenAI’s Master Plan
OpenAI has launched GPT-4o for free with the aim of achieving mass adoption, competing with other models, collecting more data for training future models, countering the scorched earth theory, and driving network effects. They may also have even better products coming soon.

https://telegra.ph/Why-is-GPT-4o-Free-OpenAIs-Master-Plan-07-19
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
#include<iostream>
using namespace std;

void swap(int a, int b){
int temp = a;
a= b;
b = temp;
}
int main(){
int a =2 , b = 4;
cout << a <<" "<< b << endl;
swap(a,b);
cout << a << " " << b << endl;
return 0;
}
Please open Telegram to view this post
VIEW IN TELEGRAM
This media is not supported in your browser
VIEW IN TELEGRAM
Have a nice evening
Btw Which side are you on
Which
Anonymous Poll
19%
IPhone
81%
Android
🎉🎉🎉🎉
Forwarded from TIKVAH-ETHIOPIA
ኢትዮጵያ ወርቅ አገኘች።

ሀገራችን በኦሎምፒኩ የመጀመሪያ የወርቅ ሜዳሊያ በማራቶን በጀግናው አትሌትላችን ታምራት ቶላ አማካኝነት አግኝታለች።

ምንም እንኳን በፓሪስ እየተመዘገበ ያለው ውጤት አንገት የሚያስደፋ ቢሆንም ዛሬ በወንዶች ማራቶን የተገኘው ውጤት የሚያኮራ ነው።

አትሌት ታምራት እጅግ በሚደንቅ ብቃት ነው ወርቁን ወደ ኢትዮጵያ እጅ ያስገባው።

አትሌት ታምራት ተጠባባቂ የነበረ ሲሆን የአትሌት ሲሳይ ለማን መጎዳት ተከትሎ ነው በውድድሩ ሊሳተፍ የቻለው።

@tikvahethiopia @tikvahethsport
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM