what do you mean by defining a variable in our c code?
Answer Posted / nikhil saxena
We only declare & initialize the variables in our code but
we never define them.
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record
Explain what is wrong with this statement? Myname = ?robin?;
What is the difference between union and anonymous union?
What is indirection?
What is a structure in c language. how to initialise a structure in c?
How do we print only part of a string in c?
What functions are used in dynamic memory allocation in c?
Is Exception handling possible in c language?
I have a varargs function which accepts a float parameter?
What is meant by keywords in c?
How do you construct an increment statement or decrement statement in C?
What 'lex' does?
Write a program to identify if a given binary tree is balanced or not.
Explain how are 16- and 32-bit numbers stored?
Are c and c++ the same?