sir please tell me how to animate particular text in c language using graphics.h example like moving a text, moving a...
sir I am unable to do exception handling (try,catch,throw) programs in turboc 3.0 the compiler is showing as undefined errors but i am able...
sir(ASD) getch is just needed for turbo c compiler usually 3.0 to show us output (i.e.., it has to read a key) sophisticated compilers need not...
sir(shabbir) actually getch statement is not compulsory i have written by mistake sorry for inconvemience
#include<stdio.h> #include<conio.h> void main() { if(Printf("C FANATIC")) getch(); } by writing above if statement printf() function...
include<stdio.h> int main() { int i,j,n; char str[20][20],temp[20]; puts("Enter the no. of string to be sorted"); scanf("%d",&n);...
Is it sorting of strings???
definitely u will be benefited from this forum I will assure you i gained a lot from it
good one sir i want tracing for towers for hanoi program(recursive function) Also how recursive programs would be traced by the compiler
thanks sir I want information regarding recursive functions and tracing of it in normal compilers please help me out example:-Towers of hanoi
Why no one is replying please reply
thank u sir but i think when we are taking complement we invert all the bits but we will not invert sign bit is it crct or not
Re: Introduction to Switch-Case Statements and Menu-Driven Programs in C very simple and gud explanation sir
sir printf("%x",~m); it will print (~m) value in hexa decimal system please explain me the output with explanation
#include<stdio.h> #include<conio.h> #include<math.h> int Gcd(int,int); int main(void) { int a,b,Gcd; clrscr(); printf("Enter the two...
#include<stdio.h> #include<conio.h> void main() { unsigned int m=32; printf("%x",~m); } sir please reply to my posts(I have posted 6...
#include<stdio.h> void func(int); void main() { int a=3; fun(a); } void fun(int n) { if(n>0) { fun(--n); printf("%d",n); fun(--n); }...
#include<stdio.h> #include<math.h> void main(x) { clrscr(); printf("%d",x=(pow(printf("hi\r"),-~x))); getch(); }
Hello, sir i am using turbo c for doing c programs at the time of compilation it is showing as lines compiled warnings errors how to...
sir this is a usual problem every one faces for installing turbo c in os 07 you have to load a software called dosbox software that will make...
Separate names with a comma.