Apk
Yes ,right in the main()
And you didn't write any thing in if?
Apk
After the condition
Anonymous
I am Planning To Drop MCA. It is Good Idea or Not? Can I do Job in MNCs with the BCA degree.? Which Career Path Is best in IT sector? Please...! Please.....! Please....! Please Guys Share Your Thoughts Please Help Me for Better Career
Anonymous
what is MCA?
Anonymous
Master of computer application
JY
/get vscodesetupguide101
JY
/get vscodesetup101
Tangent Alpha
If its that easy, do it bro 😅
No one will do your homework for you. Even if we do, we will just save the day. You have to write your own code in the future. We won't be there for you all the time
Tangent Alpha
and you can use pow( ) function instead of **
Tangent Alpha
but don't forget to include math header
Roy
Hi, how fix bug "unknown type "int" from intrin.h"? When i use clang, he show me 418 error's about unknown type. Project compiled fine, only show errors
Visual Studio bug, if you use Clang in latest release of VS, he use incorrect dir for LLVMInstallDir Here fix: https://developercommunity.visualstudio.com/content/problem/1264903/intellisense-uses-the-wrong-intrinh-in-cmake-based.html
yasin
int x,n,j,i,k,z,tamcevap=0; printf("x degerini giriniz:"); scanf("%d",&x); printf("n degerini giriniz:"); scanf("%d",&n); int cevap[n]; for(j=0;j<n;j++) { cevap[j]=1; } for(i=0;i<n;i++) { for(k=0;k<=i;k++) { cevap[i]=x*cevap[i]; } } for(z=0;z<n;z++) { tamcevap=cevap[z]+tamcevap; } printf("%d",tamcevap+1);
yasin
İs that true?
yasin
(turkish)
Tangent Alpha
and you should test your code to see if it works properly
yasin
what a determination
Tangent Alpha
yasin
İ said i dont know already
yasin
İm trying
Tangent Alpha
İ said i dont know already
I see, look at your dm
Anonymous
i've a question
Anonymous
for exploits is better C or C++
Anonymous
exploits and backdoors
Al
4 repositories on git hub don’t make you a programmer bro
Al
but good luck anyway is a good start
Fedan
Hi
Fedan
I have a problem in java, android studio.. can i ask? Is there anyone good in java?
Anonymous
Anyone good with key value datastore in c++ ....please help me🙏...message me please
Anonymous
Hello!
Anonymous
Can I get the ot group link?
Anonymous
@MissRose_bot
Vlad
Hello!
Does entropy always increase?
Anonymous
The total entropy of a system either increases or remains constant in any process; it never decreases.
Anonymous
is the OT group still there?
Anonymous
Yeah. it's the programming group though. You guys r talking about off topics.
Anonymous
What?
Tangent Alpha
Al
entropy is not invertible!
Anonymous
IK. but he asked the question. And yeah sorry I should've said we.. . ..😅
Al
lol
Anonymous
Anyway though. @Nutellink can you give me the link?
Tangent Alpha
:D
Al
sorry im lost what link you need ? 🙃
Tangent Alpha
IK. but he asked the question. And yeah sorry I should've said we.. . ..😅
can't blame you tho, ur nickname is made up for that :D
Anonymous
I like this name. . .
Tangent Alpha
yeah its cool :)
Anonymous
sorry im lost what link you need ? 🙃
I mean there was a group of this programming group for chats on off topics.
Anonymous
Aren't you a bot?
Al
We all are!
Anonymous
okay so don't you have that link? I'm not willing to break any rules or get banned.
Al
No bots dont loose time off topic... ask human for that
YasszxD
guys what do you suggest as a new learner simple project ?.. or advices
Anonymous
guys what do you suggest as a new learner simple project ?.. or advices
Try implementing minmax in tic tac toe there are plenty of resources available in internet to understand the concept
Anonymous
Write a C program which will do the following - build two matrix(Each matrix is 5*5). - Ask the user to enter the digits to be fit inside each matrix, columns and rows(Function for read). -print out the two matrix(Function to print the elements in matrix). - find out the summation of the two matrix. - print a new matrix contain the result of summation process.
Vitalii
min = arr[0][n-1]; for(int i = 0; i < n; ++i){ for(int j = 0; j < n-j+1; ++j){ if( i + j >= n-1 ) { if(min > arr[i][j]){ min = arr[i][j]; index_row_min = i; index_column_min = j; } } } } Sorry, what I do wrong? I need to find min among elements that are under second diagonal, including diagonal
Vitalii
I mean which condition I should write in "if"?
Pavel
Shouldn't it be n-i+1 instead?
Pavel
Then, if I understand correctly you won't need the first if
Anonymous
how tcp reassembly handle in kernel ? which part of source code does that ?
Anonymous
can anyone tell whats wrong here? i have to write a program to remove the vowels from str
Anonymous
in C :{
Don Peter Joseph
any good java programming group ?
Anonymous
ahh shit there were many useless vars in it
Anonymous
sending again
Anonymous
#include <stdio.h> #include <string.h> int main() { int i, j; char str[]= "AHAHAHHAHAHA BISHHHH I AM GONNA KEEL YOUU WITH EVERYTHING IN MOI ESSS"; char t[] = "AaEeIiOoUu"; char t1[69]; char *strp, *tp; strp = str; tp = t; while (*strp != '\0') { while (*tp != '\0') { if (str[i] != t[i]) { strcat( t1, str ); } } i++; } for (i=0 ; i<69 ; i++) { printf("%c", t1[i]); } printf("\n"); return 0; }
olli
can anyone tell whats wrong here? i have to write a program to remove the vowels from str
you never change strp or tp, hence your loop will run forever
Anonymous
you never change strp or tp, hence your loop will run forever
ahhhhhhhh shit sorry dumb me didnt notice thankss :D
Anonymous
Why is your username airpods though
oooo cause its useless just like me XD