for-coder
439 subscribers
99 photos
52 videos
23 files
136 links
@FORCODERR

@firaflash 👨‍💻
Download Telegram
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
Please open Telegram to view this post
VIEW IN TELEGRAM
Consider the following enum declaration

enum spectrum {red, orange, yellow, green, blue, violet,indigo, ultraviolet};
spectrum band;
Which One of the following syntax is correct for the above code
Anonymous Quiz
9%
band = 2000;
13%
++band;
30%
band =3;
22%
band = orange + red;
26%
none
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
Please open Telegram to view this post
VIEW IN TELEGRAM