Difference between constant pointer and pointer to a constant.
No Answer is Posted For this Question
Be the First to Post Answer
Explain demand paging.
write a program for size of a data type without using sizeof() operator?
22 Answers HCL, IBM,
How to develop software using "c" programming?
a C prog to swap 2 no.s without using variables just an array?
print ur name without using any semicolon in c/c++....
21 Answers Bosch, TCS, Wipro,
State two uses of pointers in C?
what is the output of the following code? main() { int I; I=0x10+010+10; printf("x=%x",I); } give detailed reason
Tell me can the size of an array be declared at runtime?
Explain what is a static function?
Write the syntax and purpose of a switch statement in C.
Why isn't any of this standardized in c? Any real program has to do some of these things.
Will Macros support multiple arguments ?