What is the difference between call by value and call by reference in c?
No Answer is Posted For this Question
Be the First to Post Answer
write a c program to print a given number as odd or even without using loop statements,(no if ,while etc)
What is the Difference between Macro and ordinary definition?
3 Answers Bosch, Cognizant, College School Exams Tests, Motorola,
Explain the differences between public, protected, private and internal.
Why isn't any of this standardized in c? Any real program has to do some of these things.
What is a example of a variable?
What are the concepts introduced in OOPs?
Is main is a keyword in c?
What is the output of the following program main();{printf ("chennai""superkings"}; a. Chennai b. superkings c. error d. Chennai superkings
Suppose I want to write a function that takes a generic pointer as an argument and I want to simulate passing it by reference. Can I give the formal parameter type void **, and do something like this? void f(void **); double *dp; f((void **)&dp);
where can function pointers be used?
find out largest elemant of diagonalmatrix
What is static and auto variables in c?