Write a routine to implement the polymarker function
No Answer is Posted For this Question
Be the First to Post Answer
main() { int i=5; printf("%d%d%d%d%d%d",i++,i--,++i,--i,i); }
why array index always strats wuth zero?
¦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...
Give a very good method to count the number of ones in a 32 bit number. (caution: looping through testing each bit is not a solution)
x=2 y=3 z=2 x++ + y++; printf("%d%d" x,y);
#ifdef something int some=0; #endif main() { int thing = 0; printf("%d %d\n", some ,thing); }
main() { int i=5,j=6,z; printf("%d",i+++j); }
void main () { int x = 10; printf ("x = %d, y = %d", x,--x++); } a. 10, 10 b. 10, 9 c. 10, 11 d. none of the above
main(){ unsigned int i; for(i=1;i>-2;i--) printf("c aptitude"); }
write a c program to Reverse a given string using string function and also without string function
Program to Delete an element from a doubly linked list.
4 Answers College School Exams Tests, Infosys,
write a simple calculator c program to perform addition, subtraction, mul and div.
0 Answers United Healthcare, Virtusa,