without using control structures and control structures find the max and min of given 2 nos
Answer / chavidi
by using ternary operators we can find the max number among
2 numbers
a>b?a:b;
| Is This Answer Correct ? | 5 Yes | 2 No |
Write a program for print infinite numbers
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
What is integer constants?
how can f be used for both float and double arguments in printf? Are not they different types?
Describe the order of precedence with regards to operators in C.
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
WHAT IS RTGS N MINIMUM AMT TO B TRANSFERD N WHAT R THE CHARGES ON MINIMUM AMT N IN WHICH BANK WE CAN DO IT?
What is the difference between procedural and declarative language?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
What is the explanation for cyclic nature of data types in c?
What is substring in c?
C program to find all possible outcomes of a dice?