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
How can I trap or ignore keyboard interrupts like control-c?
How do I determine whether a character is numeric, alphabetic, and so on?
Are negative numbers true in c?
Differentiate between the = symbol and == symbol?
Tell me what is null pointer in c?
What is a built-in function in C?
Can we replace the struct function in tree syntax with a union?
How do I get a null pointer in my programs?
Why we write conio h in c?
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
Why we use void main in c?
What type is sizeof?
Write a program in c to replace any vowel in a string with z?
Write a program to check palindrome number in c programming?
What are the application of c?