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 |
How can you tell whether a program was compiled using c versus c++?
Can you please explain the difference between syntax vs logical error?
What's a "sequence point"?
how to capitalise first letter of each word in a given string?
Why is structure padding done in c?
write a program in c to print **** * * * * ****
What is a const pointer?
what is the purpose of the following code, and is there any problem with the code? void fn(long* p1, long* p2) { register int x = *p1; register int y = *p2; x ^= y; y ^= x; x ^= y; *p1 = x; *p2 = y; }
What are the different types of pointers used in c language?
Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.
7 Answers Accenture, Gridco, IBM, Kevin IT, TCS, Vimukti Technologies,
What is information technology.
What is actual argument?