answersLogoWhite

0

When does a c program show wrong result?

Updated: 8/18/2019
User Avatar

Wiki User

14y ago

Best Answer

for example:

printf ("PI=%g\n", 3.0);

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: When does a c program show wrong result?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the result of 5 percent 4 in a c program?

5%4 in a C programme would yield the result 4.


Write a program to illustrate the usage of pointers with arrarys and functions?

* * * * * * * * * * write the c++ program and show me brifily?


Write a C program to declare result of a student using multilevel?

This is a statement with a question mark?


How do you write a c program to show How many Friday the 13th are there in a given year?

165


Can you show msbte result of lt-II c pattern of 2008?

22nd July


Can casio fx-82ms show result in fraction?

Use the A b/c button


Write a program in c to display welcome to the world of c sharp?

#include<stdio> #include<conio> class program { namespace display { console.println("write your text"); } } correct me if im wrong im a new programmer.


Write a program to chek for smllest of 3 numbers?

For .NET, assuming variables A, B, and C, and result X: X = System.Math.Min(A, (System.Math.Min(B, C));


What is a C variable?

A variable is an entity that may change its value. In a program, the result of the processing statements are stored in the computer's memory.


What is the logic and theory for pascal triangle program in C?

long factorial(int); int main() { int i, n, c; printf("Enter the number of rows you wish to see in pascal triangle\n"); scanf("%d",&n); for ( i = 0 ; i < n ; i++ ) { for ( c = 0 ; c


Features of c program?

the features of a C program


C program was introduced in the year?

c program was introduced in the year 1972 by Dennis RitchieNo, it was the C language, not the C program.