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
Is flag a keyword in c?
What are the different file extensions involved when programming in C?
What are the types of unary operators?
What are the two types of functions in c?
Linked lists -- can you tell me how to check whether a linked list is circular?
What is meant by preprocessor in c?
Differentiate between null and void pointers.
Write a program to generate random numbers in c?
What do you mean by c what are the main characteristics of c language?
Why dont c comments nest?
Define circular linked list.
Explain how do you view the path?
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.
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
What is an auto variable in c?