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 |
List some of the static data structures in C?
What is a node in c?
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
Write a program to generate prime factors of a given integer?
What is the difference between call by value and call by reference in c?
What compilation do?
7 Answers Geometric Software, Infosys,
what type of questions arrive in interview over c programming?
Which of these statements are false w.r.t File Functions? i)fputs() ii)fdopen() iii)fgetpos() iv)ferror() A)ii B)i,ii C)iii D)iv
How can I discover how many arguments a function was actually called with?
which is the best site or book for learning C...and i need the content for C..how to get the good programming skills....? can plz suggest me....
Stimulate calculator using Switch-case-default statement for two numbers
if ENTERED FIVE DIGITS DESIGN A PROGRAM THAT WILL FIND CORRESPONDING VALUE FROM ASCII TABLE