Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
~50.5K People Reached
Favorite Tags
c x 8
java x 3
Member Avatar for rupali

How to calculate time complexity of any algorithm or program .... need help on this..

Member Avatar for jamie_13
2
48K
Member Avatar for student_learner

We want to make a row of bricks that is X meter long. We have a number of small bricks (Y meter each) and big bricks (Z meter each). Return true if it is possible to make the X meter long row by using a combination of the two kinds …

Member Avatar for JamesCherrill
-1
105
Member Avatar for cutterpillow20

Good day, i'm new in C.. can you give me some idea in how to program a moving cursor in the output screen and highlight the text... because i will use this in my coming final project in school.. we will make a system in TURBO C.. hoping for reply... …

Member Avatar for Ancient Dragon
0
1K
Member Avatar for student_learner

-what does it mean to store a path of an image in a database. does it mean that the image resides on a filesystem and a link to that image is stored in the database? -and how are videos stored in database? -and how are fb and youtube able to …

Member Avatar for pritaeas
0
65
Member Avatar for student_learner

when an application is made, how is its 'minimum' hardware requirements defined? i have made an application but i am having no clue on what minimum hardware configuration of a system can the application run. when we buy a software, on its manual its minimum hardware requirements is given, so …

Member Avatar for chris.stout
0
76
Member Avatar for student_learner
Member Avatar for student_learner

i found this code in a book. i am finding it confusing. [code] #include<stdio.h> int main() { int arr[3]={2,3,4}; char *p; p = (char*)arr; // line A p = (char*)((int*)p); printf("%d",*p); p= (char*)(p+1); //line B printf("%d\n",*p); return 0; } [/code] the answer is: 2 0 but i cant figure out …

Member Avatar for DeanMSands3
0
230
Member Avatar for student_learner

i am trying to make an application which would predict the value of investments such as shares based on the past values, and help the user to choose the better option. want some suggestions on the [B]fuzzy algorithms[/B] that i can use in my project. it would be a form …

Member Avatar for skatamatic
0
262
Member Avatar for student_learner

i am trying to make an application which would predict the value of investments such as shares based on the past values, and help the user to choose the better option. want some suggestions on the fuzzy algorithms that i can use in my project. it would be a form …

Member Avatar for mrnutty
0
66
Member Avatar for student_learner

suppose that i write a program in turbo c: Q1.) the operating system program is in RAM.(yes or no?) Q2.) the turbo c application is in RAM. (yes or no?) suppose that i have written this simple code: [code] #include <stdio.h> #include<conio.h> void main() { clrscr(); int a=2,b=3,c; c=a+b*3; printf("%d",c); …

Member Avatar for rubberman
0
329