Answer Posted / gsrinivas
pointer is variable which stores the address of the memory
location
| Is This Answer Correct ? | 26 Yes | 2 No |
Post New Answer View All Answers
Tell me what is null pointer in c?
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
What do you mean by a local block?
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
How can I sort a linked list?
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
What is data structure in c programming?
Write the syntax and purpose of a switch statement in C.
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
Which header file should you include if you are to develop a function which can accept variable number of arguments?
What is array in c with example?
Explain how can I write functions that take a variable number of arguments?
Why is event driven programming or procedural programming, better within specific scenario?
What is a #include preprocessor?
What is the size of structure pointer in c?