wat is the difference between a definition and declaration?
float y;---it looks like a declaration..but it s a
definition.how?someone explain
Answer Posted / vignesh1988i
this is declaration as well as definition....
according to me.,
DECLARATION here means that for some maniplation inside the
program we are going to use that variable y... but what is y
we want to tell the compiler so we are giving a new
DEFINITION to the alphabet as float DATA TYPE and thus we
are making the full variable
thank u
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is c basic?
What are multibyte characters?
Is register a keyword in c?
a program that can input number of records and can view it again the record
Is a pointer a kind of array?
What is difference between structure and union with example?
Implement bit Array in C.
Do you know the difference between exit() and _exit() function in c?
write a programming in c to find the sum of all elements in an array through function.
Explain Basic concepts of C language?
What is structure in c explain with example?
Explain what is the concatenation operator?
What are the advantages and disadvantages of a heap?
Add Two Numbers Without Using the Addition Operator
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]