Answer Posted / shashikanth
pointer is a variable which can holds the addrese of another object.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are multibyte characters?
When can you use a pointer with a function?
what is the structure pointer?
What are reserved words?
How do I use void main?
Who invented b language?
can any one tel me wt is the question pattern for NIC exam
#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }
What is variable and explain rules to declare variable in c?
What are the parts of c program?
Is c easier than java?
What is the difference between Printf(..) and sprint(...) ?
What is #include stdio h?
How does struct work in c?
Is c call by value?