Function calling procedures? and their differences? Why should one go for Call by Reference?
No Answer is Posted For this Question
Be the First to Post Answer
What is function prototype?
diff .between strcture and union
what is diff between localstatic and globalstatis variable possible 2 use in another file...?
What is the 'named constructor idiom'?
What is encapsulation?
who will call your main function in c under linux?
What is the use of c language in real life?
How can I get random integers in a certain range?
define string ?
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.
Q.11 Generate the following pattern using code in any language(c/c++/java) for n no. of rows 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?