how to find the largest element of array without using relational operater?
Answer Posted / mpasinski
Regarding Answer2 - what if int in your machine is 32 bit
instead of 16. The code is not universal.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is the sizeof () a pointer?
What does the file stdio.h contain?
What is assert and when would I use it?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
What is use of bit field?
What are the storage classes in C?
Explain how do you list a file’s date and time?
What is the process to create increment and decrement stamen in c?
Why is c so popular?
How to write a code for reverse of string without using string functions?
Why we use int main and void main?
What is a string?
What is the use of putchar function?
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 is the auto keyword good for?