Program to find larger of the two numbers without using if-else,while,for,switch
Answer Posted / guest
pls chk,wen a=3 and b=150 in code 6,it works.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What does struct node * mean?
How is actual parameter different from the formal parameter?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
Is c is a procedural language?
What is the translation phases used in c language?
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
Tell me can the size of an array be declared at runtime?
How does normalization of huge pointer works?
Explain what are header files and explain what are its uses in c programming?
What is self-referential structure in c programming?
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
What will be the outcome of the following conditional statement if the value of variable s is 10?
What is meant by int main ()?
What is the difference between declaring a variable and defining a variable?