what do you mean by defining a variable in our c code?
Answer Posted / jugad
Defining a variable means declare its data type , i.e
declaration of data type is very important in c it may be
int, float , long , unsigned,
and initialisation is not so important if you are not
initilize any variable compiler just initialize some garbage
value to that variable.
Courtesy:
http://answerwale.co.cc/?p=24#comment-20
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the difference between array and linked list in c?
What are the disadvantages of external storage class?
Explain what is a program flowchart and explain how does it help in writing a program?
Why do we use header files in c?
What is time null in c?
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
What is the use of the function in c?
Is there any data type in c with variable size?
What are global variables and how do you declare them?
What are header files? What are their uses?
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
What is meant by type casting?
What does %2f mean in c?
In C programming, how do you insert quote characters (‘ and “) into the output screen?
What is a pointer on a pointer in c programming language?