Do pointers store the address of value or the actual value of a variable?
No Answer is Posted For this Question
Be the First to Post Answer
Why is c called a mid-level programming language?
Why do we use int main?
What is macro?
what is difference between declaring the pointer as int and char in c language?
What is typedef struct in c?
Explain how do you generate random numbers in c?
1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.
Can variables be declared anywhere in c?
What happens if a header file is included twice?
What are control structures? What are the different types?
What is wrong with this initialization?
Can you define which header file to include at compile time?