Differentiate call by value and call by reference?
No Answer is Posted For this Question
Be the First to Post Answer
Why c is called object oriented language?
What is hashing in c language?
What is the difference between far and near in c?
related to rdbms query .
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
What is a global variable in c?
What is the difference between local variable and global variable in c?
What do you mean by a local block?
void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }
5 Answers C DAC, CDAC, Infosys, Wipro,
write a program to find the sum of the array elements in c language?
24 Answers ICT, Infosys, Wipro,
Which header file is used for clrscr?
Predict the output or error(s) for the following: 25. main() { printf("%p",main); }