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
How can you allocate arrays or structures bigger than 64K?
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
What do you understand by normalization of pointers?
Function calling procedures? and their differences? Why should one go for Call by Reference?
What is methods in c?
What is sizeof return in c?
What is a sequential access file?
What are the types of data types and explain?
Describe the header file and its usage in c programming?
How many levels of pointers can you have?
Write programs for String Reversal & Palindrome check
Are the variables argc and argv are always local to main?
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
Which is more efficient, a switch statement or an if else chain?
Is fortran still used today?