Answer Posted / anil yadav
A pointer is a variable which contains the address in memory of another variable. We can have a pointer to any variable type....
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What’s a signal? Explain what do I use signals for?
What are the types of functions in c?
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
How can a number be converted to a string?
How can I sort more data than will fit in memory?
What is const keyword in c?
Why use int main instead of void main?
what are enumerations in C
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
How macro execution is faster than function ?
What is memory leak in c?
What is bubble sort technique in c?
Why is python slower than c?