a formula,a series of steps,or well defined set of rules for solving a problem
a) algorithem
b) program
c) erdiagram
d) compiler
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
What does sizeof function do?
which of 'arrays' or 'pointers' are faster?
question-how to run a c programme.
Write a program to swap two numbers without using third variable?
What is an anonymous union and where to apply that ?
What is the correct declaration of main?
count the numbers between 100 and 300, that star with 2 and ends with 2
What is pass by reference in c?
Is fortran still used today?
What do you mean by keywords in c?
from which concept of 'c', the static member function of 'c++' has came?