answersLogoWhite

0


Best Answer

You mean relational operators?

if (argc<1) puts ("No params");

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Example of relational statements in C programming?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is if-statement in c programming language?

One of the statements, obviously.


Different unconditional statement in C programming language?

The C programming language is generally made up of common conditional statements. Occasionally, unconditional statements such as test that are based on imperative commands.


What is the prototype for switch in C programming?

Statements doesn't have prototypes, functions do.


Example of a programming language?

C, C++, Java, C-Sharp


What is the function of symboland in C programming?

The symbol and (ampersand, &amp;) in C and C++ programming is the bitwise inclusive or operator. If there are two ampersands (&amp;&amp;) it is a relational inclusive or operator. As a unary operator, it means to take the address of something. In C++, it can also be overridden in a class method to mean nearly anything else.


What is else if in C programming language?

Statements. Typical usage: if (&lt;condition&gt;) &lt;statement&gt;; else &lt;statement&gt;;


Example of procedural programming language and object oriented programming language?

example of procedural programming are those programming language that have structure e.g basic,fortran,c++,c and pascal e.t.c


What is a sizeof function in C programming?

Sizeof is an example.


What is a programming language and with three example?

A programming language is a language in which a human can tell a machine to do something, three examples include: C, C++ and C#.


What are programming language that produced c?

C is a programming language. Example of C or C++ Programing would be the following: add matrices, get ip address, and read files.


What kind of database exist?

The two major commercial classes of database are; relational and non-relational. Example of non-relational databases include Informix c-isam and dbisam. The main relational databases are; MS SQL Server, Sybase, Oracle, Progress, mySQL.


Give an example of a procedural programming?

Popular one is C.