Already have an account? Get multiple benefits of using own account!
Login in your account..!
Remember me
Don't have an account? Create your account in less than a minutes,
Forgot password? how can I recover my password now!
Enter right registered email to receive password!
Draw a circle in c program:
void main()
{
clrscr();
int i,r=50,t,j,x,y;
int gd,gm;
gd =DETECT;
initgraph(&gd,&gm,"");
for(x=50;x<=150;x++)
for(y=50;y<=150;y++)
if((x-100)*(x-100) +(y-100)*(y-100) <=2510&&x*x+y*y>=2490)
putpixel(x,y,10);
delay(1);
}
getch();
what is the purpose of pointer ? what is the syntax? how it works?
how to write the code for operation research
Explain Formatted Input Output with File Pointer? Likewise there are equivalents to the functions scanf and printf which write or read data to files. These are called fscanf a
What does it mean to declare a 1. member function as a virtual A: (a) C++ virtual function is member function of any class, whose functionality may be over- ridden in
how to declare multi dimensional array
A: Memory that has no pointer pointing to it and there is no method to delete or reuse this memory(object), it causes Memory leak. { Base *b = new base(); } Out of this
program for compiler design in c
Write a C++ program that calculates the area of a circle, rectangle and square using overloaded versions of a function area ().Your program should include both declarations and def
C program to demonstrate Pointer to string: void main() { int a; char str[]="hello how are you?",*ptr_str; ptr_str=&
write algogithm
Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!
whatsapp: +91-977-207-8620
Phone: +91-977-207-8620
Email: [email protected]
All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd