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
Is c object oriented?
What is sizeof array in c?
What is difference between %d and %i in c?
What is #line used for?
How can you increase the allowable number of simultaneously open files?
What are the advantages and disadvantages of pointers?
What is n in c?
What is the use of printf() and scanf() functions?
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
How would you rename a function in C?
Explain threaded binary trees?
What is the heap in c?
What is calloc in c?
how to construct a simulator keeping the logical boolean gates in c
Explain the use of function toupper() with and example code?