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
Eturnus
JY
/get vscodesetupguide101
JY
/get vscodesetup101
JY
Eturnus
Igor🇺🇦
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
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
Tangent Alpha
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
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
Igor🇺🇦
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?
Tangent Alpha
Anonymous
Yeah. it's the programming group though. You guys r talking about off topics.
Tangent Alpha
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
Anonymous
I like this name. . .
Tangent Alpha
yeah its cool :)
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
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.
Anonymous
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
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
Anonymous
Nameful