Answer Posted / glibwaresoftsolutions
A pointer is a variable that stores the memory address of another variable.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Who developed c language and when?
what are enumerations in C
Write a code to generate a series where the next element is the sum of last k terms.
How to compare array with pointer in c?
Is c programming hard?
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
How can I write functions that take a variable number of arguments?
Are bit fields portable?
Explain the priority queues?
What does %c mean in c?
Do you know the purpose of 'register' keyword?
Process by which one bit pattern in to another by bit wise operation is?
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
Explain the difference between #include "..." And #include <...> In c?
Which is better between malloc and calloc?