Answer Posted / beesani
A pointer is a data type whose value refers directly to
another value stored elsewhere in the computer memory using
its address.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is a structure and why it is used?
Describe the order of precedence with regards to operators in C.
Write a program to use switch statement.
Explain what standard functions are available to manipulate strings?
What is the difference between the = symbol and == symbol?
What is actual argument?
Define circular linked list.
What does c mean in standard form?
Compare array data type to pointer data type
Explain what is output redirection?
Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.
what are the 10 different models of writing an addition program in C language?
Explain what does the format %10.2 mean when included in a printf statement?
What are # preprocessor operator in c?
What is s or c?