Is main a keyword in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is call by reference in functions?
Explain the difference between structs and unions in c?
ATM machine and railway reservation class/object diagram
a 'c' program to tell that the set of three coordinates lie on a same line
program for validity of triangle from 3 side
What does 2n 4c mean?
Why we use conio h in c?
Can i use “int” data type to store the value 32768? Why?
What are valid signatures for the Main function?
What is #line in c?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
5 Answers TCS, Vimukti Technologies,
I have an array of 100 elements, each of which is a random integer. I want to know which of the elements: a) are multiples of 2 b) are multiples of 2 AND 5 c) have a remainder of 3 when divided by 7