What is the difference between specifying a constant variable
like with constant keyword and #define it? i.e what is the
difference between CONSTANT FLOAT A=1.25 and #define A 1.25
No Answer is Posted For this Question
Be the First to Post Answer
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
while running a program, i got the msg that press return key to exit.what that mean in C as there are no such options as far i know.
How do you print an address?
what does ‘#include’ mean?
What is c definition?
wat is the meaning of c?
Explain how can I convert a number to a string?
What is 02d in c?
What is the usage of the pointer in c?
4.weight conversion: Write a program that will read weight in pounds and convert it into grams.print both the original weight and the converted value.There are 454 grams in a pound.design and carry out a test plan for this program.
write a c program to find the sum of five entered numbers using an array named number
what is a function pointer and how all to declare ,define and implement it ???