Program to find larger of the two numbers without using if-else,while,for,switch
Answer Posted / jesica schoartzerneger
You are in wrong.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Why is main function so important?
Tell me can the size of an array be declared at runtime?
What is the maximum length of an identifier?
If you know then define #pragma?
What is the use of typedef in structure in c?
1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if
What does 4d mean in c?
if p is a string contained in a string?
Can I initialize unions?
In C language, a variable name cannot contain?
What is the difference between new and malloc functions?
what will be maximum number of comparisons when number of elements are given?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
What is the purpose of the following code? Is there any problem with the code? void send(int count, short *to, short *from) { /* count > 0 assumed */ register n = (count + 7) / 8; switch (count % 8) { case 0: do { *to = *from++; case 7: *to = *from++; case 6: *to = *from++; case 5: *to = *from++; case 4: *to = *from++; case 3: *to = *from++; case 2: *to = *from++; case 1: *to = *from++; } while (--n > 0); } }
What are high level languages like C and FORTRAN also known as?