Answer Posted / sagar hande
Pointer is variable that contains memory location of
another variable
| Is This Answer Correct ? | 33 Yes | 0 No |
Post New Answer View All Answers
How is actual parameter different from the formal parameter?
Can you think of a logic behind the game minesweeper.
What is pragma in c?
Why C language is a procedural language?
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
What is spark map function?
How do I determine whether a character is numeric, alphabetic, and so on?
Describe static function with its usage?
Explain what is gets() function?
What is meant by errors and debugging?
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
What are the application of c?
What are bitwise shift operators in c programming?
How can I change the size of the dynamically allocated array?
What is the difference between struct and typedef struct in c?