Can you send Code for Run Length Encoding Of BMP Image in C
Language in linux(i.e Compression and Decompression) ?
No Answer is Posted For this Question
Be the First to Post Answer
int main() { int x=10; printf("x=%d, count of earlier print=%d", x,printf("x=%d, y=%d",x,--x)); getch(); } ================================================== returns error>> ld returned 1 exit status =================================================== Does it have something to do with printf() inside another printf().
Derive expression for converting RGB color parameters to HSV values
Is this code legal? int *ptr; ptr = (int *) 0x400;
Write a Program that Inputs 10 Numbers in an Array and Show the Maximum Number
¦void main() ¦{ ¦int i=10,j; ¦ j=i+++i+++i; ¦printf("%d",j); ¦getch(); ¦} ¦ output:-30 but in same question if we write as- ¦void main() ¦{ ¦int i=10; ¦ int j=i+++i+++i; ¦printf("%d",j); ¦getch(); ¦} ¦ output:-33 why output is changed from 30 to 33. Can any body answer...
#include<stdio.h> main() { register i=5; char j[]= "hello"; printf("%s %d",j,i); }
main(){ unsigned int i; for(i=1;i>-2;i--) printf("c aptitude"); }
Declare an array of N pointers to functions returning pointers to functions returning pointers to characters?
main() { char *a = "Hello "; char *b = "World"; clrscr(); printf("%s", strcpy(a,b)); } a. “Hello” b. “Hello World” c. “HelloWorld” d. None of the above
4 Answers Corporate Society, HCL,
write a c-program to display the time using FOR loop
can u give me the c codings for converting a string into the hexa decimal form......
print a semicolon using Cprogram without using a semicolon any where in the C code in ur program!!
35 Answers Tata Elxsi, TCS, VI eTrans,