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


Please Help Members By Posting Answers For Below Questions

What is the difference between array and linked list in c?

850


What are the disadvantages of external storage class?

788


Explain what is a program flowchart and explain how does it help in writing a program?

851


Why do we use header files in c?

787


What is time null in c?

754


hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell

1935


What is the use of the function in c?

779


Is there any data type in c with variable size?

843


What are global variables and how do you declare them?

782


What are header files? What are their uses?

828


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"

1805


What is meant by type casting?

812


What does %2f mean in c?

944


In C programming, how do you insert quote characters (‘ and “) into the output screen?

1213


What is a pointer on a pointer in c programming language?

836