answersLogoWhite

0

An example may help:

printf ("2+3=%d\n", 2+3);

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is a proper method of opening a file for writing as binary file in c?

4524524


What is a formal method of adding a amendment?

C. proposal by two-thirds of Congress and ratification by three-fourths of State legislatures


What is method in c sharp?

Comparing C# to other computer languages,A method with void, may be considered as a procedure, a function (returns nothing), or a subroutine.A method with a returning data type, is a function.If you don't have a other computer language background, a method in C# may be considered as a sequence of instructions to computer to be carried out.


What is the proper connection method for the blue wire on a Honeywell thermostat?

The blue wire on a Honeywell thermostat should be connected to the "C" terminal for proper functioning.


What is the difference between function and method in c language?

In object-oriented languages, a class member function is also known as a method. C does not provide native support for the object-oriented paradigm and therefore does not support methods.


Why c language has name c why not a?

C-language was derived from B-language.


Can you declare a method within a method in c or c plus plus?

C: there are no methods in C. C++: no.


What is meant by native method in java?

The Java native method is a great way to gain and merge the power of C or C++ programming into Java. To use Java as a scientific and high performance language, when efficient native Java compilers are not fully implemented, use native method can boost the performance to at least the speed of C compiled code.


Write a program to convert stack into queue using c language?

In order to write a program to convert stack into queue using c language you must be able to identify the proper program. Having a special certification in programing will be beneficial as well to make sure you recognize the proper queues for the programs.


What is previous language of c language?

language before c language is pascal


What is C language what does it do?

C Language is First Step of Programming Language, Help for C Language you are show the correct answer


What is the topNet class that everything is derived from in c?

C language: int (but C is NOT a .net language) C# language: object or System.Object