Can anyone please explain me about emulators....their definition and purposes....I will be very obliged.... cheers..... ---------------- @ r k @
It's probably too late....yet I am posting my strcpy.... #include<stdio.h> #include<conio.h> #define m 100 void my_strcpy(char a[m],...
I think the major difference that gonna occur for using loop or not using loop is regarding the runtime complexity....because both will have more...
You can also run it using int n; instead of float n;.....I checked it right now... ---------------- @ r k @
Hello....in my computer the binary search is running absolutely perfect.....here, have a look at my algorithm..... #include<stdio.h>...
Not error as such....it's showing an invalid output for the matrix {{1,2,3},{4,5,6},{7,8,9}}. For row index 1 and column index 1 it is givin the...
Brilliant job....xpi0t0s!!! Congrats....It was really fun solving 'em...
No output....it is showing error in processing data whenever I enter row=1, column=1. I expect to print the entire cofactor matrix of that...
sorry.....I thought the first one was not posted properly....I am extremely sorry....
Here.....I have the solution of your first assignment.... #include<stdio.h> #include<conio.h> int gcd(int a, int b) { int c,d,m,g=1;...
Hello everyone, I am Arkaprava, a college student.....I am having huge problem regarding running the following program....please help me out. It...
yes.......shabbir's is better....
Separate names with a comma.