C++ PROGRAMMING @cpp_language_programming Channel on Telegram

C++ PROGRAMMING

@cpp_language_programming


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!

C++ PROGRAMMING (English)

Are you looking to enhance your coding skills and dive deeper into the world of programming? Look no further than the "C++ PROGRAMMING" Telegram channel, managed by the knowledgeable and helpful @imabhi3030! In this channel, you will find a wealth of resources and support to help you navigate the complexities of C++ programming. Whether you are a beginner looking to get started or an experienced coder seeking to refine your skills, this channel is the perfect place for you. @imabhi3030 is dedicated to providing assistance and guidance to all members of the channel. If you have any questions or need help with a particular coding problem, simply reach out and they will be there to support you. Join the "C++ PROGRAMMING" channel today to connect with like-minded individuals, learn new coding techniques, and take your programming skills to the next level. Happy coding!

C++ PROGRAMMING

13 Nov, 03:16


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]);

๐ŸŽฏ๐Ÿ‘

C++ PROGRAMMING

13 Nov, 03:16


โ€ผ๏ธ 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

C++ PROGRAMMING

13 Nov, 03:16


โ€ผ๏ธ 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

C++ PROGRAMMING

11 Nov, 16:22


join best quality content channel - ๐ŸŒŸ https://t.me/CodeWithNeha


join best quality content folder ๐ŸŒŸ https://t.me/addlist/QYOZWFI6axE3NzI1

C++ PROGRAMMING

09 Nov, 04:04


Quiz #15

C++ PROGRAMMING

09 Nov, 04:04


Quiz #14

C++ PROGRAMMING

09 Nov, 04:04


Quiz #13

C++ PROGRAMMING

09 Nov, 04:04


Quiz #12

C++ PROGRAMMING

09 Nov, 04:04


Quiz #11

1,978

subscribers

93

photos

40

videos