Write a program to know whether the input number is an armstrong number.
No Answer is Posted For this Question
Be the First to Post Answer
hi how to convert program from notepad to turboc editor can u please help me
What’s a signal? Explain what do I use signals for?
Can static variables be declared in a header file?
In c language can we compile a program without main() function?
2.Given the short c program that follows a. make a list of the memory variables in this program b.which lines of code contain operations that change the contents of memory? what are those operations? Void main( void) { Double base; Double height; Double area; Printf(“enter base and height of triangle :”); Scanf(“%lg”, &base); Scanf(“%lg”, &height); Area=base*height/2.0; Printf(“the area of the triangle is %g \n”,area); }
How to Throw some light on the splay trees?
int array[]={1,2,3,4,5,6,7,8}; #define SIZE (sizeof(array)/sizeof(int)) main() { if(-1<=SIZE) printf("1"); else printf("2"); }
main() { FILE *fs; char c[10]; fs = fopen(“source.txt”, ”r”); /* source.txt exists and contains “Vector Institute” */ fseek(fs,0,SEEK_END); fseek(fs,-3L,SEEK_CUR); fgets(c,5,fs); puts(c); }
why we shiuld use main keyword in C
What is cohesion in c?
simple program for virtual function?
what is c?