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 |
Write a c program to enter a string of paragraph and replacing a particular word which is repeated in the paragraph by another word?
2 Answers ME, Synfusion, Wipro,
how many errors in c explain deply
What is variable declaration and definition in c?
Explain how does flowchart help in writing a program?
what is call by value and call by reference
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
Can you define which header file to include at compile time?
What does it mean when a pointer is used in an if statement?
How macro execution is faster than function ?
Explain what is the heap?
2. 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
Do you know the difference between exit() and _exit() function in c?