C & C++ PROGRAMMING
前往频道在 Telegram
https://t.me/addlist/oJIs6WVKrqBmMWQ1 Hello! I am @Myhurthearts and welcome to the Coding channel! Here we can learn all things related to coding and improve our skills , just let me know!
显示更多无数据
订阅者
无数据24 小时
+337 天
+17130 天
帖子存档
Output of Following Pseudo Code -
C=100;
for i =1 to n do
{
for j = 1 to n do
{
temp = A[i][j] + C;
A[i][j] = A[j][i];
A[j][i] = temp - C;
}
}
for i= 1 to n do
for j = 1 to n do
Output ( A[i][j]);
🎯👍
‼️ Question of the Day ‼️
Output of the code -
👉
#include<stdio.h>
int main()
{
int marks[3] = {23,35,96};
int *ptr = marks;
ptr++;
ptr++;
*ptr = 95;
printf("%d",marks[2]);
return 0;
}
#C_Programming
‼️ Question of the Day ‼️
What is the output of the following C program?
Copy code
#include<stdio.h>
int main(){
int x = 10, y = 15;
if(x = y)
printf("x is equal to y");
else
printf("x is not equal to y");
return 0;
}
#C_Programming
join best quality content channel - 🌟 https://t.me/CodeWithNeha
join best quality content folder 🌟 https://t.me/addlist/QYOZWFI6axE3NzI1
Repost from FREE PREMIUM COURSE
Fronted Domination:- Create any thing with code
✅✌️
✌️[Sheriyans Coding School]✌️
Web Development
~ Complete Fronted ✅
🔰Download Link :-
@ProgrammingUnlocked
✅Join Telegram channel
@CodingResourcess @DataScienceCourses1
Repost from Programming UNLOCKED
🔥Delta Batch 5.0 : Frontend Development✌️ [ Apna College ]✌️ Web Development ~ Complete Frontend Dev 💀 🌟Link:- https://lksfy.com/Z0UiUSET9u https://lksfy.com/Z0UiUSET9u ✅Join Telegram channel @CodingResourcess @DataScienceCourses1 ✌️✅ Reaction Dedo ✅✌️
Quiz #15:
What result will be displayed on the console screen after executing the following code?
Quiz #14:
What result will be displayed on the console screen after executing the following code?
Quiz #13:
What result will be displayed on the console screen after executing the following code?
Quiz #12:
What result will be displayed on the console screen after executing the following code?
Quiz #11:
What result will be displayed on the console screen after executing the following code?
