What is getche() function?
No Answer is Posted For this Question
Be the First to Post Answer
What does it mean when the linker says that _end is undefined?
what is the function of .h in #include<stdio.h> in c ?
23 Answers HCL, IBM, Wipro,
Write a program in C to print the alphabets in order as on a mobile phone.i.e:When 2 is pressed once 'a' prints and if it is pressed two times 'b' prints and so on.we have to print all the alphabets as on mobile phone like this.
Why is c so popular?
What is the difference between %d and %i?
A woman had somany gloves and hats 22 red,34 blue, 45 white...there was power cut and she took a glove and how many gloves shud she take so that she gets a pair of glove fr each color??
main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); }
27 Answers Advent Global Solutions, CitiGroup, Valeo Lighting Systems India Private Limited, Vishal Transformers, Wipro, Zencer,
What is the use of structure padding in c?
Why isnt any of this standardized in c?
what is the difference between %d and %*d in c languaga?
what is the output of the following code? main() { int I; I=0x10+010+10; printf("x=%x",I); } give detailed reason
write a program to print infinte number