Can anyone tell me how to write binary files at specified location on the browser???????? ????
for example on content pages .
User Profile
Collapse
-
writing binary files on content pages
-
internal application error
when i open windows media player i am getting the error internal application error.what should be done?? -
ofcourse its library forget that 'e' man its just a typing mistake... -
-
priya mahajan replied to how to write a c program to find the roots of the equation using bisection methodin C[
/*The Bisection Method to solve x*x*x+3*x-5***********/
#include<stdio. h>
#include<conio. h>
#include<math.h >
float f(float x);
main()
{
float a,b,y,r1,r2,r3;
do{
printf("\nenter approximate interval");
scanf("%f%f",&a ,&b);
r1=f(a);
r2=f(b);
}while(r1*r2>0) ;
printf("a\t\tb...Leave a comment:
-
/* x
/*The Bisection Method to solve cosx-xe ***********/
#include<stdio. h>
#include<conio. h>
#include<math.h >
float c(float x );
float f(float x);
main()
{
float a,b,y,r1,r2,r3;
do{
printf("\nenter approximate interval");
scanf("%f%f",&a ,&b);
r1=f(a);
r2=f(b);...Leave a comment:
-
scheduling
what should be the criterion for selecting the quantum size in round-robin scheduling algorithm so that its performance is best? -
Hi,
I am facing the same problem with my system.so if you manage to get out of it,
please do help me.Leave a comment:
-
the class constructor
Can we say that the class constructor is a function? If yes ,then what would be its return type?
No activity results to display
Show More
Leave a comment: