Explain what is the difference between declaring a variable and defining a variable?
Answer Posted / ss
Declaring variable means
Eg- int a;
Defining variable means we are giving some integer value to that a variable
Eg- a=100;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is calloc() function?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
will u please send me the placement papers to my mail???????????????????
Explain what is the difference between null and nul?
What is the size of structure pointer in c?
What are the string functions? List some string functions available in c.
What does main () mean in c?
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
What are predefined functions in c?
Why do we use stdio h and conio h?
What is wrong with this code?
What is dynamic memory allocation?
shorting algorithmS
What is the difference between memcpy and memmove?
If the size of int data type is two bytes, what is the range of signed int data type?