answersLogoWhite

0

What is the value of 0 in c?

Updated: 11/4/2022
User Avatar

Wiki User

13y ago

Best Answer

the value of 0 is '1'.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the value of 0 in c?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is 4c greater than the value of c?

depends, when c>0, yes. when c=0 it's equal 4*0=0 and when c<0 it is smaller, because c=4: 4*-2=-8 and -8 is smaller than -2


0 equals 5c-6 what is the value of c?

1.2


What is c in y equals mx plus c?

It is the intercept: the value that y takes when x = 0


In C plus plus all false relational expressions have a mathematical value of?

In C++ all false relational expressions have a mathematical value of 0.


What is c2-2c plus 5 equals?

It depends on the value of c. If c = 0 then 0-0+5 = 5 If c = 1 then 1-2+5 = 4 If c = 2 then 4-4+5 = 5 and so on.


Find the value or values of c that satisfy the equation f(b)-f(a)/b-a = f’(c) in the conclusion of the Mean Value Theorem for the function and intervals.g(x) = {x³, -2 ≤ x ≤ 0; x², 0 < x ≤ 2?

lil tj


What is the default value of int in c?

I'm not sure. I have written C programs in which the default value was what ever happened to be in the variable's memory location when the space was allocated. So it could be 0. Or it could be anything. That is why it is always important to initialize variables when using C. I don't know if this is true with modern C compilers. No default value for automatic variables, 0 for others.


What to do to write a c program to input a number then a digit and findout the place value of that digit?

#include&lt;stdio.h&gt; int main() { int d,j=1,i,flag=0,count=0,k=0; int b[]; char a[],c; printf("enter the number="); scanf("%s",a); printf("enter the digit="); scanf("%c",&amp;c); printf("the place value of given digit is:"); for(i=0;a[i]!='\0';i++) { if(a[i]==c) { b[k]==a[i]-'0'; b[k]=b[k]=*j; flag=1; count++; k++; } j=j*10; } if(flag==1) { printf("the place value of given digit %c is:",c); for(i=0;i&lt;count;i++) printf("\n%d",b[i]); } else printf("your entered digit is not present in number"); return 0; }


What is the meaning of roll back?

If an action has been performed and in order to revert it, you have to roll back it. Ex - A = 2, B = 3, C = 0. Now compute C = A + B. C = 2 + 3.Which is 5. So, if you have to roll back then the new value of C will be replaced by its old value i.e. Zero (0).


How the value of speed of sound in air at 0c?

Speed of sound in air is c &asymp; 331 + 0.6 &times; T. T = Temperature in &deg;C. Speed of sound in air at 0&deg;C is c &asymp; 331 + 0.6 &times; 0 = 331 m/s.


How do you set 6th bit of a number to 0 of a 16-bit number irrespective of its initial value?

In C: result = value &amp; ~0xFFDF


If the value of a discriminant is 0 what does that tell us about the type and number of roots?

The original equation, ax2 + bx + c = 0 has two equal roots whose value is -b/2a.