What is the difference between ‘g’ and “g” in C?
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 | 8 No |
Why is c used in embedded systems?
write a program to find lcm and hcf of two numbers??
what is the difference between postfix and prefix unary increment operators?
What is difference between && and & in c?
What is the function of ceil(X) defined in math.h do? A)It returns the value rounded down to the next lower integer B)it returns the value rounded up to the next higher integer C)the Next Higher Value D)the next lower value
How main function is called in c?
program to find which character is occured more times in a string and how many times it has occured? for example in the sentence "i love india" the output should be i & 3.
Write a program to swap two numbers without using a temporary variable?
Find string palindrome 10marks
5 Answers Honeywell, Infosys, Riktam, Roland,
difference between loading and linking
The variables are int sum=10,SuM=20; these are same or different?
What is the difference between typedef and #define?