in Technology by

Select the incorrect operator form in the following list(== , <> , >= , <=) and what is the reason for the answer?

1 Answer

0 votes
by
Incorrect operator is ‘<>’. This format is correct when writing conditional statements, but it is not the correct operation to indicate not equal in C programming. It gives a compilation error as follows. Code: #include int main () { if ( 5 <> 10 ) printf( "test for <>" ); return 0; }

Related questions

0 votes
    Is it possible to model transitioning data like time-zone or a working directory? State reason behind your answer....
asked Oct 16, 2020 in Technology by JackTerrance
0 votes
    Question 20. Choose the incorrect statement. Answer: In MS paint program you can only add 2D text to your drawing ... to your drawing. Select the correct answer from above options...
asked Dec 9, 2021 in Education by JackTerrance
0 votes
    Question 20. Choose the incorrect statement. Answer: In MS paint program you can only add 2D text to your drawing ... to your drawing. Select the correct answer from above options...
asked Dec 3, 2021 in Education by JackTerrance
0 votes
    Consider the following two statements on power sharing and select the answer using the codes given below. (a) Power ... but b is true Select the correct answer from above options...
asked Aug 3, 2022 in Education by JackTerrance
0 votes
    function add() and operator + gives the same result true Or f plzzzz give me answer fast……. dud Select the correct answer from above options...
asked Dec 31, 2021 in Education by JackTerrance
0 votes
    Which of these is an incorrect form of using method max() to obtain a maximum element? (a) max( ... Collections Framework of Java Select the correct answer from above options...
asked Mar 1, 2022 in Education by JackTerrance
0 votes
    Match column I with column II and select the correct answer using the codes given below the columns. Column - I Political ... 2, D - 4 Select the correct answer from above options...
asked Aug 3, 2022 in Education by JackTerrance
0 votes
    What is the rate of customer demand called? Select an answer: cycle rate throughput rate processing rate Takt rate Select the correct answer from above options...
asked Dec 20, 2021 in Education by JackTerrance
0 votes
    Based on the print technology there are different types of printers, select the odd one among the followings: ... its very urgent Select the correct answer from above options...
asked Nov 30, 2021 in Education by JackTerrance
0 votes
    Remote backup system must be _________ with the primary site. (a) Synchronised (b) Separated (c) ... Backup Systems topic in chapter Recovery System of Database Management...
asked Oct 11, 2021 in Education by JackTerrance
0 votes
    On Internet Explorer, the standard HTML file upload form also allows for direct input of the file name ( ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 10, 2022 in Education by JackTerrance
0 votes
    I'm using Semantic-UI-React in my React/Rails project and trying to use a Form.Select drop down ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 14, 2022 in Education by JackTerrance
0 votes
    I'm using Semantic-UI-React in my React/Rails project and trying to use a Form.Select drop down ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 9, 2022 in Education by JackTerrance
0 votes
    Is there an 'official' way to get all input elements of a form including those outside of the form ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 13, 2022 in Education by JackTerrance
...