Explain can the sizeof operator be used to tell the size of an array passed to a function?


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

Post New Answer

More C Interview Questions

Is there a way to jump out of a function or functions?

0 Answers  


Which type of language is c?

0 Answers  


#include <stdio.h> #define sqr(x) (x*x) int main() { int x=2; printf("value of x=%d",sqr(x+1)); } What is the value of x?

16 Answers   Accel Frontline, Opera, Oracle,


who did come first hen or agg

15 Answers   Infosys,


In a header file whether functions are declared or defined?

0 Answers   TISL,






what is the c source code for the below output? 1 0 1 1 0 1 0 1 0 1 1 0 1 0 1

0 Answers  


What are the types of functions in c?

0 Answers  


User define function contain thier own address or not.

2 Answers  


What does do in c?

0 Answers  


Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?

0 Answers   Genpact,


List some of the static data structures in C?

0 Answers  


Explain the differences between public, protected, private and internal.

2 Answers  


Categories