Answer Posted / joshi
Pointer is a special variable which hold the address of the
next variable.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What are linked lists in c?
What are different types of variables in c?
What are the advantages of using macro in c language?
Tell me what is the purpose of 'register' keyword in c language?
Hai what is the different types of versions and their differences
What math functions are available for integers? For floating point?
How the c program is executed?
Explain how do you list files in a directory?
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
Give the rules for variable declaration?
What does d mean?
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
Write a code to remove duplicates in a string.
if p is a string contained in a string?