Find MAXIMUM of three distinct integers using a single C statement
No Answer is Posted For this Question
Be the First to Post Answer
what is function pointer?
Can a variable be both const and volatile?
What is assert and when would I use it?
how to find turn around time in operating system?
What is the newline escape sequence?
CopyBits(x,p,n,y) copy n LSBs from y to x starting LSB at 'p'th position.
What is the difference between void main and main in c?
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
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 use of ?