What is diffrance between declaration and defination of a variable or function
Answer Posted / nagarjuna reddy
once a variable is defined it'l never change through entire
program.
but declaration of a variable can be changed as per our
requirement.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How are strings stored in c?
Differentiate call by value and call by reference?
program to convert a integer to string in c language'
What is the use of volatile?
What is double pointer?
Can you write a programmer for FACTORIAL using recursion?
Write a program to swap two numbers without using a temporary variable?
plz let me know how to become a telecom protocol tester. thank you.
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
What is the difference between arrays and pointers?
What is a void * in c?
When can you use a pointer with a function?
What is c token?
Differentiate between declaring a variable and defining a variable?
What is openmp in c?