How can you pass an array to a function by value?


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

Post New Answer

More C Interview Questions

What is modeling?

0 Answers  


The differences between Windows XP and Windows Visa

8 Answers   HCL,


Difference between constant pointer and pointer to a constant.

0 Answers   Huawei,


What is the use of ?

0 Answers  


Explain what does the format %10.2 mean when included in a printf statement?

0 Answers  






Magic square

0 Answers  


What is a macro in c preprocessor?

0 Answers  


for (i <= 5 && i >= -1;++i; i > 0) { printf("%d ", i); }

1 Answers  


#include<stdio.h> main() {int i=1;j=1; for(;;) {if(i>5) break; else j+=1; printf("\n%d",j) i+=j; } }

7 Answers   HCL,


what is the difference between char * const and const char *?

2 Answers   TCS,


Heyyy All, Just a challenge . A C program with if Else if(){ /// insert sumthing print ("in if") // insert sumting } else { ///// insert sumthing print ("in else"); //// insert sumthing } can anyone modify it so that program prints. if and else both

3 Answers  


What are predefined functions in c?

0 Answers  


Categories