Is c call by value?
No Answer is Posted For this Question
Be the First to Post Answer
Where are local variables stored in c?
12344321 123 321 12 21 1 1 how i print this program??
5 Answers DSR Management, Winit,
How to avoid buffer overflow?
Explain what is the benefit of using enum to declare a constant?
What is the sizeof () a pointer?
Which of the following about automatic variables within a function is correct ? a.its type must be declared before using the variable b.they are local c.they are not initialised to zero d.they are global.
In the following control structure which is faster? 1.Switch 2.If-else and which consumes more memory?
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
Explain what is the difference between the expression '++a' and 'a++'?
What is atoi and atof in c?
what is the differance between pass by reference and pass by value.
What are the disadvantages of a shell structure?