What is pass by value in c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is the size of empty structure in c?

0 Answers  


What are types of preprocessor in c?

0 Answers  


can any one provide me the notes of data structure for ignou cs-62 paper

0 Answers   Ignou,


Is the following code legal? struct a { int x; struct a b; }

4 Answers  


develop algorithms to add polynomials (i) in one variable

0 Answers   Ignou, TCS,






What are actual arguments?

0 Answers  


Is c still used in 2019?

1 Answers  


Write a c program to read a positive number and display it in words.? ex: 123=one two three help me....

2 Answers  


int main() { int *p=new int; *p=10; del p; cout<<*p; *p= 60; cout<<*p; } what will be the output & why?

4 Answers   TCS,


write a program for 7*8 = 56 ? without using * multiply operator ? output = 56

6 Answers   Xavient,


What is dynamic dispatch in c++?

0 Answers  


What is variables in c?

0 Answers  


Categories