what is the difference between declaration and definition
of a variable or function ?
Answer Posted / ashu_deepu
i will like to add 1 thing abt d variabes.
declaring a variable means
int deepu; //it is declaration
defining means assigning value to the variable.
eg: int deepu=2018; //it is definition
| Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
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 is integer constants?
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
Why is it important to memset a variable, immediately after allocating memory to it ?
hi, which software companys will take,if d candidate's % is jst 55%?
What is difference between stdio h and conio h?
What are control structures? What are the different types?
Can you assign a different address to an array tag?
What is the difference between far and near in c?
Write a program to identify if a given binary tree is balanced or not.
Is there any possibility to create customized header file with c programming language?
How does struct work in c?
How to throw some light on the b tree?
What are the modifiers available in c programming language?
Why does the call char scanf work?