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
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
What are the keywords in c?
What is return in c programming?
Explain the Difference between the New and Malloc keyword.
What is c programming structure?
Why c is called a mid level programming language?
Hi can anyone tell what is a start up code?
How can you allocate arrays or structures bigger than 64K?
When a c file is executed there are many files that are automatically opened what are they files?
Explain enumerated types in c language?
What are file streams?
What are the string functions? List some string functions available in c.
What is an auto keyword in c?
What is the difference between array and pointer?