what is a function method?give example?
No Answer is Posted For this Question
Be the First to Post Answer
Design a program using an array that lists even numbers and odd numbers separately from the 12 numbers supplied by a user.
read the folllowing code # define MAX 100 # define MIN 100 .... .... if(x>MAX) x=1; else if(x<MIN) x=-1; x=50; if the initial value of x=200,what is the vlaue after executing this code? a.200 b.1 c.-1 d.50
can u write a program in C, which does not use = (eqaul)or any arithmatic assignment(like -=,+=,*= etc) operator to swap to number?
Display names and numbers of employees who have 5 years or more experience and salary less than Rs.15000 using array of structures (name, number, experience and salary)
Explain how do you use a pointer to a function?
what are bitwise shift operators?
How to calculate sum
can we define a function in structure?
What is the proper way of these job Tell me about there full work
What is the difference between text and binary i/o?
What are reserved words with a programming language?
What does the format %10.2 mean when included in a printf statement?