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
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58
Can include files be nested? How many levels deep can include files be nested?
Is fortran still used today?
When do we get logical errors?
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
What is a newline escape sequence?
What is a lookup table in c?
What is an identifier?
What is double pointer?
write a c program in such a way that if we enter the today date the output should be next day's date.
Is c high or low level?
What is %lu in c?
Write a program to reverse a given number in c language?
How can I prevent another program from modifying part of a file that I am modifying?
What is a void * in c?