How can you pass an array to a function by value?
No Answer is Posted For this Question
Be the First to Post Answer
what is the Output? int a=4 b=3; printf("%d%d%d%d%d%d",a++,++a,a++,a++,++a,a++); printf("%d%d%d%d%d%d",b--,b--,--b,b--,--b,--b);
Write a program to print a (*)pattern programming (A to Z) in capital in one programming ?
Explain what are its uses in c programming?
Why doesnt that code work?
What is function prototype in c language?
What is mean by data types in c?
When would you use a pointer to a function?
What are advantages and disadvantages of recursive calling ?
12 Answers College School Exams Tests, Evolving Systems, HP, Jyoti Ltd, Sage, Wipro,
what is Array?
array of pointer pointer to array pointer to pointer
What are 3 types of structures?
in malloc and calloc which one is fast and why?