Answer Posted / mukesh kumar
pointer is variable it contain's or store the address of
other variable.
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
What is pointers in c with example?
What is unsigned int in c?
What is a global variable in c?
What is an array? What the different types of arrays in c?
What is context in c?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
What is typedef example?
What are structure members?
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
What is memory leak in c?
What does *p++ do? What does it point to?
What is a built-in function in C?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
Difference between macros and inline functions? Can a function be forced as inline?
Why structure is used in c?