Explain what are the __date__ and __time__ preprocessor commands?
No Answer is Posted For this Question
Be the First to Post Answer
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,
in malloc and calloc which one is fast and why?
What the different types of arrays in c?
What is the difference function call by value & function call by reference?
Can a local variable be volatile in c?
What is the advantage of using #define to declare a constant?
0 Answers Agilent, ZS Associates,
void main() { int *ptr; ptr = (int *) 0x400 ; printf("ptr=%d",ptr); } output?
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
void main() { int x=25,y=32; clrscr(); x=x++ + y++; y=++x + ++y; printf("%d%d",x,y); }
1 232 34543 4567654 can anyone tell me how to slove this c question
Tell me about low level programming languages.
What does a pointer variable always consist of?