Hi,
Welcome to Code Debug! Dive into the world of programming with tutorials, tips, and projects designed to boost your coding skills. Whether you're a beginner or a seasoned developer, you'll find valuable insights on C++, Python, web development, and more. Subscribe and stay updated with the latest in tech, coding challenges, and problem-solving techniques!"
Code Debug
What u want next
8 months ago | [YT] | 0
View 0 replies
Code Debug
What will be the output of the below program?
int main(){
int i=0,x=0;
do{
if(i%5==0){
cout<<x;
x++;
}
++i;
}while(i<10);
cout<<x;
return 0;
}
For output >>>click on the below given link 👇
#coding #cprogramming #clanguage #programming #cp #programminghub
youtube.com/shorts/yZ5ieMocJJs?feature=share
3 years ago | [YT] | 1
View 0 replies