What is the difference between ‘g’ and “g” in C?

Answer Posted / hrpynux@gmail.com

G stands for Newton's universal gravitational constant, whereas g stands for the acceleration due to gravity at a certain point. G = 6.67300 × 10 -11 N.m 2.kg -2, G is a constant throughout space and time and it is a scalar quantity.

Is This Answer Correct ?    0 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is it possible to pass an entire structure to functions?

563


Explain what are multidimensional arrays?

606


How can you check to see whether a symbol is defined?

593


Why doesn't C support function overloading?

1620


If null and 0 are equivalent as null pointer constants, which should I use?

582






What is a sequential access file?

648


Tell me what are bitwise shift operators?

659


How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same

650


What is the ANSI C Standard?

781


Why can’t we compare structures?

815


How can I remove the leading spaces from a string?

638


What is auto keyword in c?

792


What is external variable in c?

614


Write a code to remove duplicates in a string.

630


What is nested structure?

576