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


Please Help Members By Posting Answers For Below Questions

Is flag a keyword in c?

940


What are the different file extensions involved when programming in C?

1031


What are the types of unary operators?

914


What are the two types of functions in c?

790


Linked lists -- can you tell me how to check whether a linked list is circular?

875


What is meant by preprocessor in c?

762


Differentiate between null and void pointers.

900


Write a program to generate random numbers in c?

892


What do you mean by c what are the main characteristics of c language?

811


Why dont c comments nest?

854


Define circular linked list.

813


Explain how do you view the path?

891


Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.

1795


In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?

1012


What is an auto variable in c?

993