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
why wipro wase
How do you override a defined macro?
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
What is the best way to comment out a section of code that contains comments?
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
How can you call a function, given its name as a string?
What do you mean by scope of a variable in c?
What is a built-in function in C?
What is structure in c explain with example?
What are the advantages of the functions?
What is an arrays?
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
Explain how can I convert a string to a number?
Do you have any idea how to compare array with pointer in c?
Is there sort function in c?