without using arithmatic operator solve which number is
greater??????????
Answer / niranjan vg
use relational operator
(a > b)
this is not a arithematic operator.
or you can use conditional operator
(a>b)?a:b;
| Is This Answer Correct ? | 25 Yes | 3 No |
Given an array of characters which form a sentence of words, give an efficient algorithm to reverse the order of the words (not characters) in it?
What are the 3 types of structures?
What is the use of parallelize in spark?
"I LOVE MY COUNTRY" write a c program to get "COUNTRY MY LOVE I" as the output. Use any other programming language. It is not mandatory to use C.
11 Answers ABC Infotech, ADP, College School Exams Tests, Kovair,
what is the benefit of c30
What is the function of volatile in c language?
Not all reserved words are written in lowercase. TRUE or FALSE?
diff between exptected result and requirement?
Why is c known as a mother language?
Write the syntax and purpose of a switch statement in C.
What is output of the following program ? main() { i = 1; printf("%d %d %d\n",i,i++,i++); }
Table of Sudoku n*n